html, body{ 
	 margin:0; 
	 padding:0; 
	 text-align:center; 
 	 background: #000000 url(img/bg_header.jpg) repeat-x;
} 
 
#pagewidth{ 
	 width:760px; 
 	 text-align:left;  
	 margin-left:auto; 
	 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:160px;
	width:100%;
} 
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:760px; 
 }
 
#footer{
 height:70px; 
 clear:both;
 } 
 
#flashcontent{
padding:10px;
width: 600px;
background-color:#FFFFFF;
text-align:center;}
 
p {
	color: #CCCCCC;
}

.big {
	color: #CCCCCC;
	line-height: 110%;
	font-weight:bold;
	font-size: 12px;
}

a {
	font: 10px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC; line-height:140%;
}
.mid_buttons{
margin-top:110px;}

.bot_buttons{
	margin-top:170px;
	margin-right: 0px;
	margin-left: 40px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


ul, li {
	list-style: square outside;
}
