#productheader{
	height: 450px;
}

#content{
margin: 0 auto;
width: 900px;
}

.left-half {
	float: left;
	width: 420px;
}

.left-half h2, .right-half h2 {
	margin: 0 0 3px;
}

.right-half {
	float: right;
	width: 420px;
}

#corner-banner{
	float: right;
	margin: 0px;
}

