/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:#e4dfcc;
	color: #000000;
	text-align:center;
}
#outer{
	min-height:100%;
	width:990px;
	color: #000000;
	margin:auto;
	text-align:left;
	position:relative;
	border: 1px solid #000;
	background: #fff;
}

* html #outer{height:100%} 
#header {
	background: url('../../images/layout/banner.jpg') no-repeat;
	height:200px;
	border-bottom: 1px solid #000;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	background: url(../../images/layout/footer-bg.gif) repeat-x left;
	height:50px;
	width:990px;
	border-top: 1px solid #000;
}
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/