/* CSS Document */
body, html { width: 100%; 
			 height: 100%; 
			 margin: 0; 
			 padding: 0; 
			 border: 0;
			 font-family:Verdana, Arial, Helvetica, sans-serif; 
		   }

#bgsopra { width: 100%; height: 50%; background-color:#CDCDCD }
#bgsotto { width: 100%; height: 50%; background-color:#FFF }

#mainbox {
	width: 100%;
	height: 598px;
	position:absolute;
	top:50%;
	margin-top:-299px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;	
            }

#footer { /*border: 1px solid #FF0000;*/ color:#999999; font-size:9px;}

