html, body
{
	background: #141c05 url(../images/bg.gif) no-repeat top center;
	color: #3f3f3f;
	font-family: Arial;
	font-size: 12px;
}

#cover
{
	width: 980px;
	background: transparent url(../images/body_bg.gif) top left;
}

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

#header 
{
}

#body {
	padding: 0 0 186px 0; /* bottom padding for footer */
}

#footer {
	
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:<length>;
}

