/* CSS Document */

#listmenu ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

#listmenu a
{
display: block;
color: #454545;
width: 450px;
background-color: #FBFBFB;
padding: 2px 8px;
text-decoration: none;
}

#listmenu a:hover
{
background-color: #F6F6F6;
color: #000000;
text-decoration: inherit;
}

#prova
{
height:300px;
}
 #foo {
 position:relative;
 text-align:center;
 font:1.0em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif; !important
 	height:300px;
	margin:0 auto;
	position:relative;
	width:300px;
 }