html, body 
{
	margin:0;
	padding:0;
	border:0;
	
	height:100%; /* needed for container min-height */
}

#paddinger
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding:0 10px;	
	width:980px;
	height:auto !important; /* real browsers */
	*height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#container 
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	width:960px;
	height:auto !important; /* real browsers */
	*height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header 
{
	height:300px;
	
	*overflow:hidden;	
}

#contenter 
{
	margin: 0;
	padding-bottom: 120px; /* for footer ( = footer height + margin ) */
	
	width:100%;
	
	overflow:auto;
}

#footer 
{
	position:absolute;
	left:0;
	bottom:0; /* stick to bottom */
	
	width:100%;
	height:90px;
}	