html, body { margin:0; padding:0; height:100%; }
#container { min-height:100%; position:relative; }
#content {
	padding-bottom:30px;
}
#header {position:relative;width:100%;height:70px;background:url(images/spacer_Top.jpg) repeat-x;}
#main {position:relative;width:100%;}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background:url(images/spacer_Bottom.jpg) repeat-x;
}
#footer_left {
	float:left;
	display:inline;
	width:198px;
	height:30px;
	background:url(images/Bottom1.jpg) no-repeat;
}
#footer_right {
	float:right;
	display:inline;
	width:106px;
	height:30px;
	background:url(images/Bottom2.jpg) no-repeat;
}

