body {
	background:url(../img/back.png) repeat-x;
	background-color: #FFF;
}

html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: #666;
}
#maincontainer {
	width:1024px;
	margin:0px auto;
}
#lightbox {
	width:100%;
	height:100%;
	background:url(../img/back_lb.png) repeat;
	height: 1206px;
	position: absolute;
	overflow: hidden;
}