

/*Complex centering for content; all html contained within one <div> 
with defined width and left postitioning, auto margins either side and a minimum display size*/ 


.content { 
        text-align: left;
	position: absolute;
	width : 889px; 
	height : 2500px; 
	top : 20px; 
	left: 20px; 
	bottom: 20px;
	right: 10%; 
	min-width: 890px; 
	margin-right: auto; 
	margin-left: auto; 
}
.boxfront { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 327px; height: 26px; float: left; min-width: 327px; min-height: 26px; max-width: 327px; max-height: 26px; margin: 0; padding: 0; border-width: 0; outline-width: 0; }
