body {
	background-color:#ffffff;
	margin:0;
	padding:0;
}

#page {
	width:100%;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#top {
	background-image:url("images/bgimg.gif");
	width:100%;
	text-align:center;
}

#under {
	background-color:#e1141b;
	padding: 10px 0px 10px 0px;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
}

#container {
	height:100%;
	width: 100%;
	text-align:center;
}

#middle {
	text-align:justify;
	min-height:500px;
	padding: 5px;
	width: 800px;
	margin:auto;
}

#video {
	text-align:center;
	height:500px;
	padding: 5px;
	width: 800px;
	margin:auto;
}

#footer {
	text-align:center;
	background-color:#818285;
	padding: 35px 0px 35px 0px;
	color:#ffffff;
	position: absolute;
	width: 100%
}