body{
overflow:hidden;
}
#container{

}
#content{
position:absolute;
left:150px;
top:150px;
right:25px;
height:65%;
padding-right:25px;
overflow:auto;
background-image:url(bgwatermark.jpg);
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
}
#menu
{
margin-left:0px;
vertical-align:middle;
position:absolute;
left:0px;
height:25px;
margin-top:10px;
padding-top:1px;
width:100%;
text-align:center;
float:left;
font-size:18px;
line-height:18px;
background-image:url(BORDER.jpg);
background-repeat:repeat-x;
background-color:#999999;

}
#menu li{
color:#CCCCCC;
display:inline;
vertical-align:middle;
}
#menu li a{
color:#000099;
text-decoration:none;
}
#menu li a:hover{
color:#0000FF;
text-decoration:underline overline;
}
#LinkDivider{
width:15px;
height:15px;
color:#000000;
}
#footer{
clear:both;
text-align:center;
}