body {
	background:url("../images/bg.jpg") repeat-x #d0d0d0;
}

.container {
	margin:0 auto;
	width:768px;
}

.header {
	background:url("../images/header.jpg") no-repeat;
	float:left;
	height:318px;
	width:768px;
}

.bodyContainer {
	float:left;
	width:768px;
}

.left {
	float:left;
	width:234px;
	margin:0 18px 0 42px;
}

.right {
	float:left;
	width:420px;
}

.footer {
	float:left;
	margin:20px 0 20px 0;
	text-align:center;
	width:768px;
}