body {
	font-size: 100%;
	color: #222;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

#container {
	width: 777px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 60px;
}

#middle-banner {
	background-image: url(../images/middle-banner.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}

#banner-text {
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#content-left {
	width: 433px;
	float: left;
}

#content-right {
	width: 344px;
	float: right;
}
