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

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

#maincontainer {
	background-color: #000000;
	background-image: url(images/background_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	height: 1170px;
	width: 950px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	visibility: visible;
}
#jukebox {
	height: 37px;
	width: 250px;
	left: 49px;
	top: 527px;
	position: absolute;
	visibility: visible;
}
#logobox {
	position:absolute;
	width:264px;
	height:151px;
	left: 10px;
	top: 84px;
}
#title {
	position:absolute;
	width:644px;
	height:35px;
	z-index:0;
	left: 290px;
	top: 84px;
}
#titlecopy {
	height: 37px;
	width: 216px;
	left: 288px;
	top: 127px;
	position: absolute;
	visibility: visible;
}
#maincopy {
	position:absolute;
	width:429px;
	height:236px;
	left: 4px;
	top: 236px;
	text-align: justify;
}
#rulescopy {
	height: 34px;
	width: 486px;
	left: 252px;
	top: 669px;
	position: absolute;
	visibility: visible;
	text-align: center
}
#formbox {
	height: 280px;
	width: 550px;
	left: 220px;
	top: 719px;
	position: absolute;
	visibility: visible;
	text-align: center;
}
#mini {
	height: 126px;
	width: 126px;
	left: 307px;
	top: 518px;
	position: absolute;
	visibility: visible;
}
#buylinks {
	height: 82px;
	width: 230px;
	left: 65px;
	top: 547px;
	position: absolute;
	visibility: visible;
	text-align: right;
}
#foot {
	height: 141px;
	width: 720px;
	left: 119px;
	top: 1024px;
	position: absolute;
	visibility: visible;
}


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

.thanksBkgd {
	background-color: #181818;
	border-bottom-color: #c7faff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #c7faff;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #c7faff;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #c7faff;
	border-top-style: solid;
	border-top-width: 2px;
	}
.rulesBkgd {
	background-color: #181818;
	border-bottom-color: #c7faff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #c7faff;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #c7faff;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #c7faff;
	border-top-style: solid;
	border-top-width: 2px;
	}


/* Text
----------------------------------------------- */
.headline {
	color: #c7faff;
	font-size: 14px;
	line-height : 18px;
	font-style: normal;
	font-weight: bold;
}
.bodycopy {
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.boldcopy {
	color: #c7faff;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
}
.smallCenter {
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.rulesPage {
	text-align: justify;
	font-size: 10px;
	color: #fff;
}
.formText {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.mozescopy {
	font-size: 8px;
}
.footer {
	font-size: 10px;
}

/* Form
----------------------------------------------- */
.formColor {
	background-color: #a6fefd;
	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: #ed3966;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ed3966;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ed3966;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ed3966;
	font-weight: bold;
	text-decoration: underline;
}

