/*  Base
---------------------------------------------------------------*/
html, body, table {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
}

table{
	border-collapse: collapse;
}

p {
	margin: 20px;
}

p.info {
	color: #555;
}

a {
	color: #31B4F2;
}

img {
	border: 0;
}

small {
	font-size: 11px;
}

div#flashcontent {
	width: 100%;
	height: 560px;
}


div#error {
	margin: 20px auto 0px auto;
	padding: 180px 0 0 0;
	width: 610px;
}

div#selector {
	margin: 20px auto 0px auto;
	padding: 180px 0 0 0;
	width: 610px;
}

div#logo {
	float: left;
}

div#high {
	float: left;
	padding-right: 30px;
}

div#low {
	float: left;
}

div#high img {
	float: left;
}

div#low img {
	float: left;
}

div#highlink, div#lowlink {
	font-weight: bold;
}

div#highlink small, div#lowlink small {
	font-weight: normal;
}

div#highlink a, div#lowlink a {
	color: white;
	text-decoration: none;
}

div#highlink a:hover, div#lowlink a:hover {
	color: #31B4F2;
	text-decoration: none;
}

div#low {
	float: left;
}

div#more {
	text-align: center;
	padding: 40px 0px 0px 0px;
	clear: both;
}
