/* generated by csscreator.com */ 
html, body{ 
 margin-top: 20px; 
 padding:0; 
 margin:0;
 text-align:center; 
 background: #000000;
 font: normal bold 14px, Arial, sans-serif;
 color: #FFFFFF;

} 

a {
	text-decoration: none;
}

img {
	border:none;
}
 
#pagewidth{ 
 width:845px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 border: none;
} 
 
#maincol{
 background-color: #000000;  
 /*float: right;*/ 
 position: relative;
 width: 845px;
 height: 600px;
}

#copy{
	float: left;
	margin-top: 420px;
	margin-left: 392px;
}

#copy a{
	color: #FFFFFF;
	text-decoration: underline;
}
 
#footer{
	width:100%;
	position: absolute;
	bottom:0;
	color:#FFFFFF;
	font: normal 10px, Arial, sans-serif;
	padding: 0;
	margin: 0;
	text-align:left; 
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	z-index:9;
}

#footer img{
	bottom:1px;
}

.legal{
	text-align:right;
	width:100%;
	position: absolute;
	bottom:1px;
	right:5px;
	/*display: inline;*/
	margin:0;
	padding:1px 0 1px 0;
	z-index:10;
	color:#FFFFFF;
	font: normal 10px, Arial, sans-serif;
}

.legal a{
	color:#FFFFFF;
	
}

.clear{clear: both;}
 
 /* *** 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 */  


