
#wrapper {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 1070px;
}
#left {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-x;
	height: 1070px;
	width: 300px;
	float: left;
}
#main {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	height: 1070px;
	width: 500px;
	float: left;
}