#cover
{
	width: 954px;
	background: transparent url(../images/bg.gif) repeat-y top left;
}


html, body 
{
	height: 100%; /* needed for cover min-height */
}

#cover
{
	position: relative; /* needed for footer positioning*/
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
