@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
}
a {
	font-size: 1em;
	color: #F00;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5px;
}
h3 {
	font-size: 2px;
}
h4 {
	font-size: 1.5px;
}
.mainSec_wrapper {
	background: url(../images/header_bg.jpg) no-repeat center top;
	height: 1000px;
	width: 100%;
}
.main_wrapper {
	background: url(../images/header_bg.jpg) no-repeat center top;
	height: 658px;
	width: 100%;
}
.main_flashmovie_wrapper {
	width: 912px;
	margin: 0 auto;
	height: 658px;
}
.main_secmovie_wrapper {
	width: 912px;
	margin: 0 auto;
	height: 1000px;
}
.secpanels_wrapper {
	width: 912px;
	margin: 0 auto;
	height: 380px;
}
.footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #303030 url(../images/footer_bg_grunge.jpg) no-repeat center top;
	height: 219px;
}
.footer_credits {
	color: #CCC;
	padding-top: 100px;
}
