body {
	background:#660000 url('bg.jpg') no-repeat top center;
	/*background:#222222 url('bg2.gif') no-repeat top center;*/
}

#top {
	float:left; clear:both; width:100%;
	height:128px;
	position:relative;
	background:url('top.gif') top center no-repeat;
}

#main {
	float:left; clear:both; width:100%;
	background: transparent url('content.gif') repeat-y top center;
}

#bottom {
	float:left; clear:both; width:100%;
	background: transparent url('bottom.gif') no-repeat;
	height:57px;
	position:relative;
}