html {
	height: 100%;
}

body {
	color: #5e9447;
	font-family: Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: .8em;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.top {
	position: absolute;
}

.header-gradient {
	width: 100%;
	height: 288px;
	background: url('../img/gradient-bg.jpg') repeat-x;
}

.container {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	text-align: left;
	min-height: 100%;
}

a:link {
	color: #0076bf;
	text-decoration: none;
}

a:visited {
	color: #0076bf;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#submit-form th {
	text-align: right;
	vertical-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.submit-bttn {
	text-align: right;
	padding-top: 40px;
}

.small {
	font-size: 0.8em;
}

.header1 {
	position: absolute;
	top: 13px;
	left: 0px;
	width: 1024px;
	height: 146px;
	background: url(../img/banner.jpg) no-repeat left top;
	z-index: 5;
}

.content {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 1024px;
	z-index: 5;
}

.form {
	padding-top: 10px;
	padding-bottom: 20px;
}

.prizes {
	border: 1px solid #5e9447;
	background-color: #2a2a2a;
	width: 600px;
	padding: 3px;
	font-size: .95em;
	float: right;
}

.disclaimer {
	font-size: .75em;
	width: 100%;
	text-align: center;
}

.footer-spacer {
    height: 360px;
}


.footer-gradient {
	width: 100%;
	height: 155px;
	background: url(../img/footer-gradient.jpg) repeat-x left top;
	clear: both;
}

.rules {
	border: 1px solid #2a2a2a;
	padding: 3px;
	color: #ffffff;
	margin-top: 40px;
	width: 750px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.msg {
	padding-left: 5px;
	color: #ff0000;
	font-size: 0.8em;
}