body, html {background: black; padding: 0; margin: 0}

.content { width: 100%; height: 800px; float: left; clear: both; position: relative}
.content div {position: absolute; left: 0; top: 0; width: 100%; height: 800px; z-index: 2; background-repeat: no-repeat}


.content ul {padding: 0; list-style: none; background: url("images/menu.png"); width: 210px; display: block; float: left; clear: both; margin: 103px 0 0 73px; border: 1px solid #666462; padding: 10px 0; z-index: 3; position: absolute;}
.content ul li {display: block; float: left; width: 210px; text-align: center; padding: 10px 0; clear: both;}
.content a {color: white; text-decoration: none; font-family: Verdana; font-size: 18px; text-shadow: #000 2px 2px 5px;}

.footer {color: #79746b; font-size: 14px; font-family: Arial; line-height: 24px; padding: 40px 0 60px 0; text-align: center; width: 100%; float: left; clear: both;}
