body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 200%;
	background-image: url('../images/Background.gif');
	color: #000000;
	padding: 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 13px;
}
#header {
	height: 200px;
	width: 850px;
	margin-top: 25px;
}
#container {
	margin: 0 auto;
	width: 850px;
	height: 1500px;
}
#video {
	width: 850px;
	height: 400px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
#buttons {
	z-index: 1;
	position: absolute;
}
#buttons a {
	filter: alpha(opacity=1);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	z-index: 1;
}
#buttons a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	z-index: 1;
}
#main_text {
	height: 500px;
	width: 825px;
	color: white;
	background-image: url('../images/main1.png');
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	z-index: 0;
	text-align: justify;
}
#footer {
	height: 50px;
	width: 850px;
	color: white;
	text-align: center;
	padding-top: 8px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
}
#main_text2 {
	height: 530px;
	width: 825px;
	color: white;
	background-image: url('../images/main1.png');
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	z-index: 0;
}
#footer2 {
	height: 50px;
	width: 850px;
	color: white;
	padding-top: 8px;
	text-align: center;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
}
