@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
	background-color: #000;
}

body {
	height: 100%;
	color: #eee;
	font-size: 120%;
	background-color: #000;
}

h1 {
	margin: 0;
	content: '';
	width: 450px;
	height: 130px;
	background-image: url(../img/home_logo.jpg);
	background-repeat: no-repeat;
	background-position:center;
	text-indent: -100em;
}

h2 {
	margin-top: 0;
	color: #999;
	width: 450px;
	text-align: center;
}

h3 {
	margin-bottom: .5em;
	color: #fff;
}

a {
	color: #13B6DD;
	text-decoration: none;
}

a:hover {
	background-color: #E54669;
	color: #fff;
}

ul {
	margin: 0.5em 2em;
}

#flash {
	height: 100%;
}

#noflash {
	padding: 20px;
	margin: 0 auto;
	width: 450px;
}