/* CSS Document */

/* Body & Main Divs */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ff0e10;
}

div.centerBox {
	position: absolute;
	width: 1000px;
	height: 600px;
	top: 20px;
	left: 50%;
	margin-left: -500px;
	text-align: left;
}

h1 {
	color: #ED2024;
	font-size: 16px;
	font-weight: bolder;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	margin-bottom: 2px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Content */
div.footer {
	position: absolute;
	top: 610px;
	left: -90px;
	width: 600px;
	height: 20px;
	margin-left: 50px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}