.menu ul{
list-style: none;
width: 44.1em;
margin: 0 auto;
}

.menu li{
float: left;
position: relative;
width: auto;
}

.menu li a
{
height: 35px;
font-weight: bold;
font-family: arial;
font-size: small;
line-height: 33px;
float: left;
width: 9em;
display: block;
color: #000000;
text-decoration: none;
text-align: center;

} 

.menu
{
background: url('images/menubg.png');
float: left;
width:100%;
text-align: center;
} 

body{
margin: 0;
background-image: url('/images/bg.png');
background-repeat: repeat-x;
background-color: #F7F7F7;
}

.info
{
margin: 0 150px;
border-width: thin;
border-style: solid;
border-color: #CCCCCC;
padding: 20px 20px;
}