

* {
    margin:0;
    padding:0;
  }


a {
    text-decoration : none;
    font-family : sans-serif;
    font-size : small;
    color:#c6cf41;
  }


#heading {
    color : #c6cf41;
    font-family : sans-serif;
    font-size : small;
    font-weight : normal;
    letter-spacing : 0px;
    text-decoration : none;
    white-space : normal;
  }


body {
    font-family: sans-serif;
    text-decoration : none;
    font-size : small;
    background-color:#919147;
    color:#aaaaaa;
  }


p {
    color : #ffffff;
    font-family : sans-serif;
    font-size : small;
    padding-bottom : 15px;
    padding-top : 5px;
    text-decoration : none;
  }


div.top {
    background-color : #333333;
    height : 540px;
    left : 50%;
    margin-left : -424px;
    margin-top : -290px;
    padding : 10px;
    position : absolute;
    top : 50%;
    width : 848px;
  }


div.main {
    background-color : #333333;
    height : 340px;
    left : 50%;
    margin-left : -414px;
    margin-top : -115px;
    overflow : auto;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    position : absolute;
    top : 50%;
    width : 828px;
  }


#content_stuff {
    position:absolute;
    left:50%;
    top:50%;
    width:750px;
    height:420px;
    margin-left:-375px;
    margin-top:-250px;
    background-color:#333333;
    padding:10px;
  }


#heading_cell {
    height:25px;
  }


h4 {
    padding-bottom : 5px;
  }


h2 {
    text-align : center;
  }


h3 {
    text-align : center;
  }

