#total {
 width:100%;
 margin-left:10px;
 margin-right:2%;
 margin-top:5px;
 height:100%;
}
#banner {
 width:95%;
 height:65px; 
 margin:0px; 
 background-color:#000000;
 text-align:center;
 background-image:url('../img/banner.png');
 background-repeat: no-repeat;
 background-position: 50% 0%;
}
#menu {
 width:95%;
 height:25px;
 margin-top:5px;
}
#ctn {
 width:90%;
 height:auto;
 padding: 10px 10px 10px 10px; 
 margin:0px;
 clear:both;
}
#ftr {
 width:95%;
 height:40px; 
 background-color:#000; 
 border-top:#FFFFFF 2px solid; 
 color:#FFF; 
 font-size:10pt;  
 margin:0px; 
 padding-top:5px; 
 text-align:center;
}
.betScreen{
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}