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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #AC1700;
	font-family: Tahoma, Geneva, sans-serif;
}


#content {
position:absolute;
left: 50%;
top: 50%;
width: 1024px;
height: 768px;
margin-top: -384px;
margin-left: -512px;
}

.center {
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

.blurb {
	color: #FFF;
	width: 190px;
	position: absolute;
	margin: 5px;
	left: 0px;
	top: 0px;
}

