body {
	background-image: url(../images/div/body_bg.jpg);
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
#wrapper {
	background-image: url(../images/div/wrapper_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 750px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	background-position: center;
}

#header {
	background-image: url(../images/div/header.png);
	height: 150px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	background-position: center;
}

#footer {
	background-image: url(../images/div/footer.png);
	height: 150px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	background-position: center;
}