html {
	background: #333 url('../images/bg/splash_bg.jpg') no-repeat center center fixed;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: 'Helvetica', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

#container {
	max-width: 1024px;
	margin: auto;
	text-align: center;
	width: auto;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	display: inline-block;
}

img#header {
	width: 700px;
	margin: 20px 0 10px 0;
}

img#laurel {
	width: 250px;
	margin: 0 0 30px 0;
}

h2, h4 {
	margin-bottom: 50px;
}

h2 span, h4 span {
	font-size: 2em;
	text-transform: uppercase;
	background-color: #ff0;
	color: #000;
	padding: 6px 10px 4px 10px;
	box-shadow: 1px 1px 4px #333;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

h6 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
}
