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

body
{
	background-color:#161616;
}

#wrapper
{
	width:1150px;
	height:850px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/background.png) no-repeat;
	position:relative;	
}

#flashcontent
{
	position:absolute;
	left:77px;
	top:50px;
}

#alt_text
{
	font-size: 14px;
	color: #ffffff;
	font-family:Helvetica,Arial,sans-serif;
	text-align: center;
	margin-left: 300px;
	margin-top: 300px;
}

a
{
	color:#c1ffc1;
}