 /* General styles */
 
html, body
{
	padding:0;
	margin: 0;
	height: 100%;
	border:0;		
	text-align:center;   
}

#wrapper
{ 
	width:940px; 
	position:absolute; 
	left:50%; 
	margin-left:-470px; 
	text-align:center;
} 
	
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    text-align:center; 
}	
#homeTextContainer{
	text-align:left;
	position:relative;
	float:left;
	margin-left:508px;
	width:432px;

}
.homePageText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#363636;
	line-height:20px;
	text-align:left;
}
.footer_copy2
{
	line-height:20px;
	margin-left:0px;
	text-align:left;
	margin-top:0px;
	padding-bottom:40px;
	clear:both;
	float:left;
	width:500px;
	color: #8c8c8c;
	font-size: 10px;
}
.footer_copy2 a, .footer_copy2 a:link, .footer_copy2 a:visited, .footer_copy2 a:active
{
	color:#8c8c8c;
	font-size: 10px;
}