<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1260px;
	background: #fff;
	/*min-width: 1220px;
	max-width: 1220px; */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

	div#header {
	width:1260px;
	/*min-width: 1220px;
	max-width: 1220px; */ 
	margin:0 auto;
	background: none;
	margin:0;
	padding:0;
	height:241px;
	}
	
	div#header p {

	}

div#content { 
	padding:0; /* bottom padding for footer */
	width:1260px;
	border:0;
	/*min-width: 1220px;
	max-width: 1220px; */
	margin:0 auto;  
}
	div#content p {
		
	}

div#footer {
	clear:both;
	width:100%;
	bottom:0; /* stick to bottom */
	margin:0 auto;

	
}
	div#footer p {
		
		margin:0;
	}</pre></body></html>