/*  Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1.3;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}

/* General Styles */
html {
	background: url('seattle_lumberjack_bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
h1 {
	text-align:center;
	font-weight:bold;
	font-size:48px;
}

/* Layout */
.outer {
	width:100%;
	display:table;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.middle {
	vertical-align:middle;
	display:table-cell;
}
#container {
	background:rgba(51,153,0,.6);
	margin:0 auto;
	padding:25px;
}

#header {
	width:240px;
	height:240px;
	margin:0 auto;
	background:transparent url('Seattle-Lumberjack.png') no-repeat;
	text-indent:-9999px;
}

#signupForm {
	width:300px;
	margin:15px auto 0;
	text-align:center;
}

/* Special Stuff */
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}