@charset "utf-8";
/* CSS Document */

#main {
	height: 800px;
	width: 800px;
	margin: 0 auto;


}
#main #topBanner {
	height: 150px;
	width: 800px;
}
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#main #bottomBanner {
	height: 150px;
	width: 800px;
	position: relative;
	top: -650px;
}



#main #leftBanner {
	float: left;
	height: 340px;
	width: 200px;
	background-color: #CCCCCC;
}
#main #rightBanner {
	height: 340px;
	width: 200px;
	background-color: #666666;
	float: right;
	position: relative;
	top: -680px;
}
#video  {
	height: 340px;
	width: 400px;
	clear: both;
	position: relative;
	left: 200px;
	top: -340px;
}

