/* General
----------------------------------------------- */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #fff;
	overflow-x:hidden;
}

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

#maincontainer {
	height: 750px;
	width: 950px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	visibility: visible;
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#jukebox {
	height: 37px;
	width: 250px;
	left: 535px;
	top: 413px;
	position: absolute;
	visibility: visible;
}
#logobox {
	position:absolute;
	width:402px;
	height:117px;
	left: 15px;
	top: 43px;
}
#title {
	position:absolute;
	width:416px;
	height:89px;
	left: 12px;
	top: 178px;
}
#maincopy {
	position:absolute;
	width:397px;
	height:251px;
	left: 10px;
	top: 259px;
	text-align: justify;
}
#rulescopy {
	height: 18px;
	width: 418px;
	left: 12px;
	top: 286px;
	position: absolute;
	visibility: visible;
	text-align: left
}
#sponsorbox {
	position:absolute;
	width:88px;
	height:21px;
	left: 172px;
	top: 10px;
	text-align: right;
}
#videobox {
	position:absolute;
	width:420px;
	height:326px;
	left: 512px;
	top: 156px;
}
#formbox {
	height: 265px;
	width: 454px;
	left: 11px;
	top: 314px;
	position: absolute;
	visibility: visible;
	text-align: left;
}
#mini {
	height: 183px;
	width: 189px;
	left: 512px;
	top: 360px;
	position: absolute;
	visibility: visible;
}
#buylinks {
	height: 136px;
	width: 170px;
	left: 732px;
	top: 373px;
	position: absolute;
	visibility: visible;
	text-align: left;
}
#foot {
	height: 101px;
	width: 720px;
	left: 116px;
	top: 644px;
	position: absolute;
	visibility: visible;
}


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

.thanksBkgd {
	color:#fff;
	}
.rulesBkgd {
	color:#FFF;
	}


/* Text
----------------------------------------------- */
.headline {
	font-size: 18px;
	line-height : 26px;
	font-style: normal;
	color: #fff;
}
.largecopy {
	font-size: 20px;
	line-height: 24px;
	color: #ffc5d0;
}
.bodycopy {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #fff;
}
.boldcopy {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	color:#F06;
}
.rulesPage {
	text-align: justify;
	font-size: 10px;
	color: #fff;
}
.formText {
	font-size: 13px;
	line-height:20px;
	color: #aba7a2;
	font-weight:bold;
}
.mozescopy {
	font-size: 8px;
}
.footer {
	font-size: 10px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

/* Form
----------------------------------------------- */
.formColor {
	background-color: #fbfbfb;
	font-size: 13px;
	border: 1px solid #eaeaea;
	height:22px;
	color: #aba7a2;
	font-weight:bold;
}

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





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

