body {
	margin: 0px;
	padding: 0px;
	background: white;
	font: bold 13px Helvetica, Arial, sans-serif;

	color: #fffad0;
	min-width: 700px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

body, html {
	height: 99%;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

a {
	color: #fef37b;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:hover {
	color:#fffad0;
}
a:active {
	opacity: 0.6;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

#header {
	height: 0px;
	xbackground: black;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 80px;
	
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 14px;
}

h2 a {
	color: #2bba38;
}


#container {

}

#logo {
	text-indent: -5000em;
	width: 340px;
	height: 210px;
	background: url(images/logo.png) 0px 0px no-repeat;
	margin: auto;
	border-bottom: 2px solid white;
	padding-bottom: 30px;
}

#info {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 800;
	width: 340px;
	text-align: center;
}


#dates {
	position: absolute;
	top: 490px;
	left: 10px;
	z-index: 800;
	width: 600px;
	text-align: left;
}

object,embed {
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5), 0px 0px 2px rgba(100%,100%,100%,0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5), 0px 0px 2px rgba(100%,100%,100%,0.5);
}

#meta {
	margin-top: 7px;
	text-align: left;
}

#blurb {
	text-align: center;
}


