html {
background: url("bottom.png") repeat-x bottom center #f7f7f7;
}

body {
width: 100%;
min-width: 1040px;
background: url("top.png") repeat-x top center #f7f7f7;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #666666;
text-decoration: none;
}

.menutop a {
color: #000000;
text-decoration: none;
display: inline-block; 
line-height: 65px; 
width: 100%;
}

.menutop a:hover {
color: #000000;
outline: none;
text-decoration: underline;
display: inline-block; 
line-height: 65px; 
width: 100%;
}

.authlinks a {
color: #666666;
text-decoration: underline;
}

.authlinks a:hover {
color: #000000;
text-decoration: none;
}

.statlinks a {
color: #000000;
text-decoration: underline;
}

.statlinks a:hover {
color: #666666;
text-decoration: none;
}