 body
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background: transparent url(../images/body_bg.gif) repeat-y center;
}

#cover
{
	width: 998px;
	
	
}

/**
 * 100% height layout with header and footer
 */

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 */
}





