#topbanner {
	position: absolute;
	left: 225px;
	top: 10px;
	width: 600px;
	height: 100px;
	border: solid 0px #ffffff;
	text-align: center;
}
#leftside {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 215px;
	height: 300px;
	border: solid 0px #ffffff;
}
#rightside{
	position: absolute;
	top: 110px;
	left: 225px;
	width: 600px;
	height: 600px;
	border: solid 0px #ffffff;
}
