html, body {
	height: 100%;
	position: relative;
}

*{
    padding: 0px;
    margin: 0px;
    border: none;
    outline: none;
}


body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -330px; /* half of container's height */
	float: left;
}

#container {
	margin:20px auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	height: auto;
	width: 500px;
	clear: left;
	border: 0px solid;
	/*-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
	*/
}

#container img {
	margin-left: auto;
	margin-right: auto;
}

.info {
	padding: 20px 20px 10px 20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
}

.list{
	background: rgba(0,0,0,0.20);
	opacity: 1.0;
	padding: 10px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	text-align: left;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.list img {
	padding: 10px;
}

iframe {
	padding: 10px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #e5342d;
}

a.toplink {
	font-weight: normal;
	color: #FFF;
	float: right;
	margin-right: 10px;
	padding: 5px 14px 0px 14px;
}
a.toplink:hover {
	color: #e5342d;
}

a img {
	border: none;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	padding: 0px;
	display: none;
}

h2 {
	padding: 10px 0px 10px 20px;
	font: message-box;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #FFFFFF;
}
p {
	margin-top: 250px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #000;
}

.list p {
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 20px;
	border-bottom: 1px solid #585959;
}

dl {
	float: left;
    padding: 5px 15px 25px 15px;
}

dt, dd {
	border-bottom: 1px solid #585959;
    padding: 6px
}
dt.last, dd.last {
	border: none;
}

dt {
	float: left;
	width: 80px;
}

dd {
	float: right;
	width: 360px
}


/*
	Supersized - Fullscreen Background jQuery Plugin Stylesheet
	Version 3.1.3 Core
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background-color: #111;
	background: rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#supersized {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}

#supersized img {
	height: auto;
	width: auto;
	position: relative;
	outline: none;
	border: none;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
