@charset "UTF-8";
body {
	background:#FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
}
#container {
	position:absolute;
	top:50%;
	width: 100%; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
#mainContent {
	position:absolute;
	top: -338px;
	width: 100%;
	text-align:center;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#000;
}

h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#FFF;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#000;
}

h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#000;
}

h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:40px;
	color:#000;
}

a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #EB6C28;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}


