div#container {
	margin: 20px auto 20px auto;
	width: 900px;
	background: url(../images/bg_content.jpg);
}

div#content {
	margin: 20px 25px 20px 25px;
	zoom: 100%;
}
div#content:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div#contentLeft {
	float: left;
	width: 395px;
}
div#contentLeft p {
	font-size:12px;
	line-height: 150%;
	margin-bottom: 15px;
}
div#contentRight {
	float: left;
	margin-left:25px;
	margin-bottom:20px;
	width: 430px;
	height: 270px;
	background-color:#999999;
}