	#pagewidth { 
	}
	#maincontent {
 		background-color:dimgray;  
 		width:100%;
 		float:right; 
 		display:inline; 
 		position: relative; 
 		text-align:right; 
 		text-align:center;
		color:white;
		font-family:Georgia;
		font-size:16px;
		font-weight:bold
 	}
	#company {
 		height:350px; 
 		clear:both;
 		font-family:Verdana, arial, sans-serif;
 		font-size:12px;
 		margin-left:5px;
 	} 
	#company p.title {
 		font-size:16px;
 		font-weight:bold;
 	}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
	:after.clearfix {
 		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 */