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

body {
	background: #000 url(assets/bg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
}
#flash {
	height: 550px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
	border: 1px solid #fff;
}
#front {
	height: 500px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 60px;
	background: #000000 url(assets/front.jpg) no-repeat right top;
	margin-top: 30px;
	border: 1px solid #999999;
}
#contact a {
	font-style: italic;
	color: #99CCCC;
	margin-left: 30px;
	text-decoration: none;
}

#linkholder {
	display: none;
	position: relative;
	top: 150px;
}

#disc {
	font-size: 75%;
	color: #fff;
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}
img {
	border-style: none;
}
#credits {
	font-size: 70%;
	color: #bbc2cb;
	width: 750px;
	position: relative;
	top: 80px;
}
#credits a {
	color: #FFFFFF;
	text-decoration: none;
}



.dec {
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	float: left;
	margin-top: 40px;
	margin-bottom: 10px;
	background: #000;
	padding: 2px;
	width: 300px;
	border: 1px solid #999999;
}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}
.nodec {
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	float: left;
	margin-top: 40px;
	margin-bottom: 10px;
	background: #6D3F64;
	padding: 2px;
	width: 300px;
	border: 1px solid #999999;
}
