@charset "UTF-8";
/* Starter */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	color: #ffffff;
	background: #000000;
}

img {border:0px;}


/* default links */

a:link {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}

a:visited {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}


#trivia a {border:0px;}



/* default positioning */

#mainOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#center {
	position: absolute;
	height: 593px;
	width: 650px;
	top: 50%;
	left: 50%;
	margin-top: -296px;
	margin-left: -325px;
}

#container {
	width: 1000px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	background: #a1161b url(images/bg_body.jpg) top left repeat-x;
}

#header {
	width: 1000px;
	height: 534px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	width: 1000px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #text {
	width: 686px;
	float: left;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#content #text p {
	padding-left: 25px;
	padding-right: 5px;
}

.line {
	line-height: 28px;
}

#content #trivia {
	width: 314px;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#sponsors {
	width: 1000px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

#sponsors p {
	padding-left: 25px;
	padding-right: 25px;
}

#by {
	width: 1000px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: block;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000000;
	color: #666666;
}

#by a {
	color: #666666;
}

.clear {
	clear: both;
}