html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
} 
 
#pagewidth{ 
 width:600px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{
	float: right;
	display:inline;
	position: relative;
 width:; 
	width: 560px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 25px;
 }
 
#footer{
	height:150px;
	background-color:#FFFFFF;
	clear:both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8484BE;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  
