body {
background-image: url('bg.gif');
background-repeat: no-repeat;
background-attachment: fixed ;
background-position: center; 
}





#container {
	margin: 1px ;
	width: 900px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 1;


}

#nav-menu li
{
float: left;
margin: 0 0.10em;
}

#nav-menu li a
{
font-weight: bold;
font-variant: small-caps;
font-size: 11px;
font-family: georgia;

background: url(.gif) # bottom left repeat-x;
height: 20px;
line-height: 18px;
float: left;
width: 108px;
display: block;
border: 0.1em solid #dcdce9;
color: #dfdffd;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:800px;
} 