/********************************************************/
/* OVA STYLE SHEET					*/
/* COLORS					  	*/
/* 	Background: #929497;			     	*/
/*	Primary color: #DFE8ED;				*/
/*	Secondary color: #333;				*/
/*	Tertiary color: #EEFB5A;			*/
/********************************************************/

body { 
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-attachment:fixed
	background: #151F52;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana,Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}

body.rules { 
	background: #ffffff;
	margin-top: 20px;
	margin-left: 20px;
	font-family: Verdana,Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}

body.blank { 
	background: #ffffff;
	margin-top: 20px;
	margin-left: 20px;
	font-family: Verdana,Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}


.mainpage {
	height: 1350px;
	width: 900px;
}

td {
	font-size: 8pt;
}

p {
	font-size: 8pt;
	width: 525px;
}

.sub-title {
	color: #cc0000;
	font-size: 16pt;
}

.sub-title-rules {
	color: #cc0000;
	font-size: 16pt;
	width: 600px;
	text-align: center;
	margin-top:5px;
}


.sub-title-sorry {
	color: #000000;
	font-size: 14pt;
}

a:link {
	color:#cc0000;
}
a:visited {
	color:#cc0000;
}
a:hover {
	color:#cc0000;
}

#title {
	position: absolute;
	left: 205px;
	top: 305px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14pt;
}

#form {
	position: absolute;
	left: 205px;
	top: 345px;
	width: 550px;
}

#scoop {
	position: absolute;
	left: 760px;
	top: 300px;
}

#video {
	position: absolute;
	left: 763px;
	top: 510px;
}

#vote {
	position: absolute;
	left: 763px;
	top: 805px;
}



