body {
    background-color: #000;
    margin-left: 0;
    margin-top: 0;
}
div#wrap {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 800px; /* IE wont understand these, so we will use javascript magick */
   min-width: 800px;
   min-height: 800px;
   background-color: #000;
   color: black;
}
div#header {
    padding-top: 20px;
   height: 368px;
   width: 692px;
   background-color: #000000;
   margin-left: 60px;
    text-align: center;

       font-family: verdana;
    font-weight: lighter;
    font-size: 23px;
    color: #fff;
}
div#footer {
    clear: both;
    height: 73px;
    background: #000000;

}
div#content {
    text-align: center;
    margin-top: 50px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 13px;
    color: #fff;
}
div#content a{
    color: #c15f0d;
    text-decoration:underline;
}
div#content a:hover{
        color: #c15f0d;
}
div#content a:visited{
        color: #c15f0d;
}