body{
	padding:0px 20px;
	background-color: #fff200;
	}

body, html, td, th, div, p, h1, h2, h3, h4, h5 {
	font-family: Arial;
	}
p, h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	}
div, p, a, td{
	font-size:32px;
	color:#000;
}
p.about, p.about a{
	font-size:18px;
}
p.about{
	max-width:700px;
	_width:700px;
}
a:hover{
	
}
hr{
	border:none;
	background-color:#000;
	color:#000;
	height:6px;
	margin:10px 0px 10px 0px;
	}
h1 {
	padding:0px;
	text-indent:-8px;
	margin: 20px 0px 20px;
	font-weight: bold;
	font-size: 110px;
	line-height:110px;
	border-top:6px solid #000;
	border-bottom:6px solid #000;
	text-transform:uppercase;
	letter-spacing:-7px;
	}
h2 {
	padding:0px;
	text-indent:-3px;
	margin: -11px 0px 0px 0px;
	font-weight: bold;
	font-size: 50px;
	line-height: 49px;
	text-transform:uppercase;
	letter-spacing:-4px;
	}
.footer a {
	display:block;
	padding:0px;
	text-indent:-5px;
	font-weight: bold;
	font-size: 35px;
	text-decoration: none;
	line-height: 26px;
	color: #000000;
	letter-spacing:-3px;
	}
label{
	text-transform:uppercase;
	font-size: 35px;
	font-weight: bold;
}
.input{
	background-color: #fff200;
	line-height: 35px;
	font-size: 35px;
	font-weight: bold;
	border:none;
	border-bottom:4px solid #000;
	width:500px;
}
.submit{
	text-transform:uppercase;
	color: #fff200;
	background-color:#000;
	line-height: 35px;
	font-size: 35px;
	font-weight: bold;
	border:4px solid #000;
}


a.nextpage{
	display:block;
	float :right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
	line-height: 49px;
	text-decoration: none;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
* {
	margin: 0;
}
html, body {
	height: 98%;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height:150px; /* .push must be the same height as .footer */
	overflow:hidden;
}

