/*html { height:100%; overflow: -moz-scrollbars-vertical; }*/
html,body { width: 100%; margin:0 auto; padding:0;}
body { width: 100%; font: 12px arial, helvetica, sans-serif; color: #ffffff; text-align: center; margin: 0 auto; background-color: #000000; height:100%; overflow : hidden; }

#divHTML
{
	width: 100%;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	height : 100%;
	overflow : auto;
	position: relative;	
}

#divBodyPage{ width: 960px; text-align: center; margin: 0 auto; padding: 0; margin-top: 20px; border: 1px solid #2A2A2A; }	
	#divTitle { width: 960px; margin: 0 auto; padding: 0; } 
	#divBody { width: 960px; margin: 0 auto; padding: 0; }
		.divSubBody { float: left; margin: 0 auto; padding: 0; }
	
	
	ul#buttonBottom { 
		width: 271px; 
		height: 37px;		
		position: relative; 
	}		
		ul#buttonBottom  { background: url(imgMexa/b1.png) no-repeat; }
		ul#buttonBottom, ul#buttonBottom li { margin: 0; padding: 0; list-style: none; }
		ul#buttonBottom a { color: #000000; }
		ul#buttonBottom li, ul#buttonBottom span { position: absolute; top: 0; left: 0; width: 271px; height: 37px; }
		/* */
		ul#buttonBottom li#btBot1 { left: 0; }		
		/* */	
		ul#buttonBottom span  { background: url(imgMexa/b1.png) no-repeat; z-index: 99; }	
			ul#buttonBottom li#btBot1 span { background-position: 0 37px; }
				ul#buttonBottom li#btBot1 a span { background-position: 0 0px; }
		/*parte per il rollover*/
		ul#buttonBottom li#btBot1 a:hover span { background-position: 0 -37px; }
		


.clear { clear: both; font-size: 1px; height: 1px;}


A { color: #ff6e12; text-decoration: none; font-weight: bold; }
A:hover { color: #8E8E8E; }
