/* General
----------------------------------------------- */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}

/* Layout
----------------------------------------------- */

#maincontainer { 
	background-color:#fff;
	background-image: url(images/mainback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	height: 1300px;
	width: 950px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	visibility: visible;
}
#jukebox {
	height: 37px;
	width: 250px;
	left: 535px;
	top: 413px;
	position: absolute;
	visibility: visible;
}
#logobox {
	position:absolute;
	width:245px;
	height:133px;
	left: 117px;
	top: 10px;
}
#title {
	position:absolute;
	width:367px;
	height:98px;
	left: 18px;
	top: 149px;
}
#titlecopy {
	height: 46px;
	width: 117px;
	left: 18px;
	top: 510px;
	position: absolute;
	visibility: visible;
}
#maincopy {
	position:absolute;
	width:526px;
	height:251px;
	left: 18px;
	top: 254px;
	text-align: justify;
}
#rulescopy {
	height: 38px;
	width: 551px;
	left: 218px;
	top: 624px;
	position: absolute;
	visibility: visible;
	text-align: center
}
#sponsorbox {
	position:absolute;
	width:297px;
	height:55px;
	left: 640px;
	top: 328px;
	text-align: right;
}
#videobox {
	position:absolute;
	width:370px;
	height:310px;
	left: 569px;
	top: 0px;
}
#formbox {
	height: 530px;
	width: 619px;
	left: 182px;
	top: 668px;
	position: absolute;
	visibility: visible;
	text-align: center;
}
#mini {
	height: 149px;
	width: 150px;
	left: 782px;
	top: 400px;
	position: absolute;
	visibility: visible;
}
#buylinks {
	height: 136px;
	width: 230px;
	left: 547px;
	top: 409px;
	position: absolute;
	visibility: visible;
	text-align: right;
}
#foot {
	height: 141px;
	width: 720px;
	left: 119px;
	top: 1154px;
	position: absolute;
	visibility: visible;
}


/* Related Pages
----------------------------------------------- */

.thanksBkgd {
	background-color: #fff;
	}
.rulesBkgd {
	background-color: #fff;
	}


/* Text
----------------------------------------------- */
.headline {
	font-size: 14px;
	line-height : 18px;
	font-style: normal;
	font-weight: bold;
}
.largecopy {
	font-size: 16px;
	line-height: 24px;
}
.bodycopy {
	font-size: 12px;
	line-height: 19px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.boldcopy {
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
}
.rulesPage {
	text-align: justify;
	font-size: 10px;
	color: #000;
}
.formText {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.mozescopy {
	font-size: 8px;
}
.footer {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Form
----------------------------------------------- */
.formColor {
	background-color: #ffeff3;
	color: #000;
	font-size: 10px;
	border: 0px;
}

.formButton {
	background-color: #e7fca0;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-color: #93a068;
}





/* Links
----------------------------------------------- */
a:link {
	color: #ff001e;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ff001e;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ff001e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff001e;
	font-weight: bold;
	text-decoration: underline;
}

