body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	height: 100%;
}
.divcenter {
	position: absolute;
	left: 50%;
	width: 787px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	margin-left: -394px;
	height: 100%;
	
}

