/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #000000; 
} 
 
#pagewidth{ 
 width:500px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{background-color: #000000;  
 float: right; 
 padding-top: 100px;
 display:inline; 
 position: relative; 
 width:; 
 }
 

 
 /* *** 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 */  

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 85px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #A6A6A6;
}

a.link1:hover {
	background: url(images/homepage04.gif);
	color: #FFFFFF;
}


