/* General
----------------------------------------------- */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #252525;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #fff;
}
#maincontainer { 
	height: 650px; 
	width: 950px; 
	margin-left: auto; 
	margin-right: auto; 
	top: 10px; 
	position: relative; 
	visibility: visible; 
	background-image: url(images/back.jpg); 
	background-position: top; 
	background-repeat: no-repeat; 
}
#titlecopy { 
	height: 112px; 
	width: 384px; 
	left: 520px; 
	top: 15px; 
	position: absolute; 
	visibility: visible; 
}
#formbox { 
	height: 348px; 
	width: 400px; 
	left: 525px; 
	top: 180px; 
	position: absolute; 
	visibility: visible;
	text-align: center; 
}
#mini { 
	height: 125px; 
	width: 125px; 
	left: 808px; 
	top: 410px; 
	position: absolute; 
	visibility: visible; 
	border: 2px #c54c4c; 
}
#jukebox { 
	height: 50px; 
	width: 310px; 
	left: 490px; 
	top: 408px; 
	position: absolute; 
	visibility: visible; 
	text-align: right; 
}
#foot { 
	height: 68px; 
	width: 676px; 
	left: 140px; 
	top: 558px; 
	position: absolute; 
	visibility: visible; 
	text-align: center; 
	line-height:14px; 
}
#buylinks { 
	height: 70px; 
	width: 340px; 
	left: 450px; 
	top: 458px; 
	position: absolute; 
	visibility: visible; 
	text-align: right; 
}
#rulescopy { 
	height: 30px; 
	width: 446px; 
	left: 494px; 
	top: 142px; 
	position: absolute; 
	visibility: visible; 
	text-align: center; 
	line-height: 15px; 
}
.contentBkgd {
	background-color: #000;
	border-bottom-color: #ef3e3f;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #ef3e3f;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #ef3e3f;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #ef3e3f;
	border-top-style: solid;
	border-top-width: 2px;
	}
.thanksBkgd {
	background-color: #181818;
	border-bottom-color: #ef3d42;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #ef3d42;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #ef3d42;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #ef3d42;
	border-top-style: solid;
	border-top-width: 2px;
	background-image: url(images/thankstitle.jpg);
	background-repeat: no-repeat;
	}
.rulesBkgd {
	background-color: #181818;
	border-bottom-color: #ef3d42;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #ef3d42;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #ef3d42;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #ef3d42;
	border-top-style: solid;
	border-top-width: 2px;
	}


/* Text
----------------------------------------------- */
.headline {
	text-align: center;
	font-size: 13px;
	line-height : 20px;
	font-style: normal;
	font-weight: bold;
}
.bodycopy {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #fff;
}
.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: #505050;
	color: #fff;
	font-size: 10px;
	border: 0px;
}

.formButton {
	background-color: #c54c4c;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-color: #894c4c;
}





/* Links
----------------------------------------------- */
a:link {
	color: #c54c4c;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #c54c4c;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #c54c4c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c54c4c;
	font-weight: bold;
	text-decoration: underline;
}
