@import url(reset.css);

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	background-color: #000;
/*	padding-top: 5em;*/
	color: #999;
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.loading {
	background-image: url(../img/spinner.gif);
}

a { color: #666	; }
a:hover { color: #aaa; }

em {
	font-style: italic;
}

#content {
	padding: 30px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0px;
}

h2 {
	padding-bottom: 20px;
}

#play {
	padding-bottom: 20px;	
}

#start {
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h3 a {
	color: #008fff;	
}

h3 a:hover {
	color: #0074ce;
}

h4 {
	padding-bottom: 10px;
}

#faq {
	padding-top: 40px;
}

#faq p {
	padding: 0 40% 10px 0;
}

#photos {
	text-align: center;
	display: none;
}

#photos img {
	display: none;
	margin: 0 auto;
	position: relative;
	max-height: 400px;
	max-width: 400px;
}

#photos img.show {
	display: block;
}

#info {
	display: none;
	color: #000;
	position: absolute;
	left: 10px;
	top: 10px;
}

#info:hover {
	color: #444;
}

#info p {
	
}