div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1250px;
background: url("img/bgcont.png") top left repeat-x white;

	overflow:hidden
}

	div#header {
	height:auto;
	width:1250px;
	/*min-width: 1220px;
	max-width: 1220px; */ 
	margin:0px auto; background: none;
	}
	
	div#header p {

	}

div#content { 
	padding:0em 0em 0em 0em; /* bottom padding for footer */
	width:1250px;
	border:none;
	/*min-width: 1220px;
	max-width: 1220px; */
	margin:0 auto;
	background:#fff;
}
	div#content p {
		
	}

div#footer {
	width:100%;
	bottom:0; /* stick to bottom */
	margin:0 auto;
	clear: both;
	
}
	div#footer p {

		margin:0;
	}
	
