body, html { 
height:100%; 
margin: 0; 
background-image:url(bkg.jpg);
background-repeat:repeat-x;
background-position:center top;
}

#container {
width:800px; 
height:420px;
position: absolute;
top: 50%;
left: 50%;
margin: -210px 0px 0px -400px;
}

body, td, div, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.normale {
	display:inline;
}