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

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

#maincontainer {
	height: 870px;
	width: 950px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	visibility: visible;
}
#jukebox {
	height: 37px;
	width: 250px;
	left: 684px;
	top: 15px;
	position: absolute;
	visibility: visible;
}
#logobox {
	position:absolute;
	width:313px;
	height:51px;
	left: 9px;
	top: 8px;
}
#title {
	position:absolute;
	width:280px;
	height:60px;
	left: 52px;
	top: 75px;
}
#titlecopy {
	height: 46px;
	width: 117px;
	left: 89px;
	top: 361px;
	position: absolute;
	visibility: visible;
}
#maincopy {
	position:absolute;
	width:373px;
	height:209px;
	left: 8px;
	top: 148px;
	text-align: justify;
}
#rulescopy {
	height: 38px;
	width: 380px;
	left: 6px;
	top: 366px;
	position: absolute;
	visibility: visible;
	text-align: justify
}
#formbox {
	height: 300px;
	width: 524px;
	left: 8px;
	top: 412px;
	position: absolute;
	visibility: visible;
	text-align: center;
}
#mini {
	height: 149px;
	width: 150px;
	left: 787px;
	top: 416px;
	position: absolute;
	visibility: visible;
}
#buylinks {
	height: 131px;
	width: 230px;
	left: 548px;
	top: 428px;
	position: absolute;
	visibility: visible;
	text-align: right;
}
#foot {
	height: 141px;
	width: 720px;
	left: 120px;
	top: 720px;
	position: absolute;
	visibility: visible;
}


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

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


/* Text
----------------------------------------------- */
.headline {
	font-size: 16px;
	line-height : 24px;
	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: 9px;
}
.footer {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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


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

