body {
    margin: 0px auto;
    text-align: center;
    font-family: Verdana;
    color: #C0C0C0;
	font-size: 12px;
	background: #706968 url('back.jpg') no-repeat;
	background-attachment: fixed;
    }  
       
a:link, a:visited, a:active {
	color: #FFCC00;
	text-decoration: none;
    }

a:hover {
	text-decoration: overline underline;
    }
    
#container {
    width: 790px;
    text-align: left;
    margin: 0px auto;
    border-left: 2px solid #FFCC00;
    border-right: 2px solid #FFCC00;
    background-color: #181617;
    }
    
#header {
     width: auto;
     height: 487px;
     }
     
#content {
    width: auto;
    margin-top: -180px;
    padding: 30px;
    text-align: justify;
    }
    
#footer {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background: url(bottom.jpg) no-repeat;
    }

.footer {
    color: #000000;
    font-size: 10px;
    }