sostituisci il tuo css con questo:
<style type="text/css">
<!--
html,body{
margin: 0;
padding: 0;
}
body{
margin:0;
padding:0;
font-family: arial,sans-serif;
font-size: 76%;
color: #000000;
text-align: center;
}
div#global{
width: 772px;
}
div#top{
width: 770px;
height: 148px;
}
div#menu{
width: 159px;
float: left;
color: #000000;
background-color: #000000;
}
div#menu ul{
list-style-type: none;
background-image: url(../images/menu_back.gif);
text-align: left;
margin: 0 auto;
padding: 0;
}
div#menu li{
padding-top: 4px;
padding-bottom: 4px;
margin-left: 30px;
}
div#menu a:link , a:visited{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
div#menu a:hover{
color: #000000;
font-weight: bold;
text-decoration: none;
}
div#center{
float: right;
}
div#bot{
width: 770px;
clear: left;
}
p:first-letter {
font-size: 18px;
}
-->
</style>

Rispondi quotando