body
{
height: 100%;
overflow: auto;
}
#content
{
margin-left: 11em;

overflow: auto;
}

#nav-menu
{
position:fixed;
_position:absolute;
background:transparent;
top:10%;
left:0px;
width: 11em;
margin:0px;
padding: 0px;
text-align: center;
}


#nav-menu ul
{list-style: none;
padding: 0px;
margin: 0;

}

#nav-menu li
{float: left;
}

#nav-menu li a
{
background: url(background.gif) #1800FF bottom left repeat-x;
display: block;
height: 2em;
line-height: 2em;
width: 11em;
text-decoration: none;
border: 1px solid #FFFFFF;
color: #FFFFFF;
text-align: center;
font-weight: bold;
font-size: 16pt;
}

#nav-menu li a:hover
{
border-bottom: 1px solid #cecece;
border-top: 3px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 3px solid #4a4a4a;
text-decoration: underline;
}


body
{
margin-left: 0; margin-right: 0; background-image: url('worldlarge.jpg');
background-repeat: no-repeat; 
background-color: #EBECE6;
background-attachment: fixed; padding: 0;  margin-bottom: 0; width: auto;
}