html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-color: #000000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p, form, h1, h2, h3, h4 {
	margin:0px;
}
p {
	margin-bottom:10px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
}
a {
	color: #FE7725;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FE7725;
}
a img {
	border:none;
}
h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2 {
	color: #A6D93E;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 50px;
	float: left;
	width: 985px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
	
#flashcontent {
	width:985px;
	text-align: center;
	padding-bottom: 50px;
	float: left;
}
.boxModule {
	width:205px;
	height:205px;
	float:left;
	display:block;
	background-color: #000000;
	padding: 20px;
	overflow: hidden;
	text-align: left;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:985px;
	height:740px;
}