html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: #006600 url('img/background.gif');
	color: #000;
	
 padding-bottom: 50px;
}
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 font-family: Arial;  
 color: #5d4020;
} 
 
#header{
 position:relative; 
 height:96px; 
 background-color:#FFFFFF;  
 width:100%;
 background: url('img/casinologo.gif');
 background-repeat: no-repeat;
 background-position: bottom;
} 


#logo{
 width:350px; 
 height: 100px;
 float:left; 
 cursor: pointer;
 position:relative; 
}

#flagi{
	text-align: right;
}

#wrapper{
	padding: 0;
	margin: 0;
	width: 100%;
}
 
#leftcol{
 vertical-align: top;
 text-align: center;
 padding: 2px 3px;
}

#rightcol{
 vertical-align: top;
 text-align: center;
 padding: 2px 3px;
}
 
#tresc{
 font-family: Arial;
 font-size: 12px;
 color: #DDD;
 margin-top: 10px;
 padding: 0 5px; 
 text-align: justify;
 vertical-align: top;
}
 
#footer{
 background: #dee9ed; 
 border-top: 4px solid #002942;
 clear:both;
 margin-top: 10px;
 margin-bottom: 20px;	 
 } 
 
#footer a{
	 color: #6e6e6e;
 } 
 
#leftcol_f{
 width:250px; 
 float:left; 
 padding: 5px 10px;
 position:relative; 
 font-size: 11px;
 color: #6e6e6e;
 text-align: left;
}
 
#maincol_f{
 float: right; 
 display:inline; 
 padding: 5px 10px;
 position:relative; 
 font-size: 11px;
 color: #6e6e6e;
 width:450px; 
 text-align: right;
}
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}