div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	/*width:995px;*/
	min-width: 1000px;
	max-width: 1255px; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    background:#FFF;
}

div#header {
height:1px;
min-width: 1000px;
	max-width: 1255px; 
margin:0 auto; 
}
	div#header p {

	}

div#content { 
	padding:0em 0em 0em 0em; /* bottom padding for footer */
	min-width: 1000px;
	max-width: 1255px;
	margin:0 auto; 
}
	div#content p {
		
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	margin:0 auto; 
	
}
	div#footer p {
		
		margin:0;
	}