body {
	margin: 0px;
}

.board {
	display: block;
	width: 100%;
	background-color: #dcdcde;
	padding-bottom: 100px;
}

.header {
	display: block;
	background-image: url("http://www.da-files.com/creative/contests/billyblue/rules/images/hero_bg_2.jpg");
	background-repeat: no-repeat;
	background-position: center center bottom;
	background-size: cover;
	width: 100%;
	height: 470px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.blueprint {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background-color: #f6f6f6;
	background-position: 80px 80px;
	box-shadow: 0px 20px 40px #999;
	padding-bottom: 60px;
}

.copybox {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-family: verdana;
	font-size: 10pt;
	line-height: 20px;
	color: #666;
}

.heading {
	padding-top: 20px;
	padding-bottom: 8px;
	font-size: 15pt;
}

.indentone {
	text-indent: -15px;
	margin-left: 45px;
}

.indenttwo {
	text-indent: -12px;
	margin-left: 75px;
}

.indentthree {
	text-indent: -14px;
	margin-left: 120px;
}

.indentone-txt {
	margin-left: 45px;
}

.indenttwo-txt {
	margin-left: 75px;
}

.indentthree-txt {
	margin-left: 120px;
}

.footpush {
	padding-top: 30px;
}

.submitbutton {
	display: block;
	background-image: url("http://www.da-files.com/creative/contests/billyblue/rules/images/submit_button_1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 274px;
	height: 60px;
	margin-top: 50px;
}

a {
	color: #666;
}

a:hover {
	color: #666;
}

a:visited {
	color: #666;
}