body
{
background-image:url("background.jpg");
background-size:100%;
background-attachment:fixed;
}

#header
{
position: absolute;
left: 0px; top: 0px;
width: 100%;
height: 125px;
margin: 0px;
padding: 0px;
}


#content
{
position:absolute;
left: 150px; top: 200px;
width: 75%; height: auto;
border-style: none;
}

#menu
{
position:fixed;
width: 120px;
height: auto;
border-style: none;
}

#menu a {
display: block;
width: 120px;
height: 30px;
padding: 1px;
margin: 1px;
border-style: outset;
border-width: 4px;
border-color: #000099; background-color: #000099;
color: #ffffff; font-size: 12px; font-family: verdana; font-weight: bold;
text-decoration: none;
}

#menu a:hover {
color: #cccccc; background-color: #3333ff;
border-style: inset;
}
