@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	background-color:#333;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999;
}
p {
	margin:0;
	padding-top: 6px;
}

strong {
	font-weight:normal;
	color:#007BC5;
}

a {
	text-decoration: none;
	color:#999;
}

a:hover {
	text-decoration:none;
	color:#CCC;
}

#flashcontent {
	position:absolute;
	height: 100%;
	width: 100%;
}

#splash {
	margin-top: 200px;
	width: 750px;
	margin-left:auto;
	margin-right: auto;
}

#logo{
	display:none;
}

#text {
	display:none;
}

#links {
	display:none;
}

.link {
	margin-right: 20px;
	display:none;
}

