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

body {
margin: 0px;
}
a:link {
	text-decoration: none;
	color: #fff000;
}
a:visited {
	text-decoration: none;
	color: #F30;
}
a:hover {
	text-decoration: none;
	color: #fff000;
}
a:active {
	text-decoration: none;
	color: #fff000;
}

#mainContainer {
position:relative;
margin-right: auto;
margin-left: auto;
width: 610px;
height: 1500px;
background-color:#000000;
color: #ffffff;
font: 11px Helvetica, sans serif;
}

#entryContainer {
position: absolute;
left: 50px;
top: 102px;
width: 250px;
text-align: justify;
}

#bottomContainer {
position: absolute;
left: -75px;
top: 472px;
width: 400px;
text-align: center;
}

#prizesContainer {
position: absolute;
left: 100px;
top: 390px;
width: 444px;
text-align: left;
}

#footerContainer {
position: absolute;
left: -75px;
top: 140px;
width: 610px;
text-align: left;
}

#footerContainer2 {
position: absolute;
left: -50px;
top: 1300px;
width: 610px;
text-align: left;
}

#footerContainer3 {
position: absolute;
left: 0px;
top: 1400px;
width: 610px;
text-align: left;
}



.fineprint {
font: 9px Helvetica, sans serif;
}
