body {
background-color: #202020;
}
#header {
position: absolute;
height: 65px;
top: 0; right: 0; bottom: 0; left: 0;
background-color: #202020;
background-image: url("header.png");
background-attachment: absolute;
background-position: top left;
background-repeat: repeat-x;
}
#content {
margin-top: 65px;
position: absolute;
float: left;
}
span {
font-family: helvetica;
color: #ffffff;
font-size: 11pt;
}
a:link {
color: #c8c8c8;
text-decoration: underline;
}
a:visited {
color: #919191;
text-decoration: underline;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}