* {
margin: 0;
padding: 0;
}

body {
background: #000;
background-image:url(images/blackbg.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
text-align: center;
font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: normal; color: #000; text-decoration: none
color: #000;
padding-top: 20px;
}

a {
color: #666;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: normal; color: #5F7482; text-decoration: none}

#header {
width: 703px;
height: 210px;
background: #000 url("images/header.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 708px;
background: #fff;
background-position: 0 0;
border: solid 5px #fff;
margin: 0 auto;
text-align: left;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #AF0000;
}

img {
border: none;
}

<! --
a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}
-->

#footer {
clear: both;
}