@charset "utf-8";
/* CSS Document */
body{
	color: #FFFFFF;
	background: #333333;
	font-family:verdana, arial, sans-serif;
	font-size:76%;
	padding: 0;
	margin:0;
}

p {
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align: center;
}

h1{
	text-align: center;
	font-size: 1.8em;
	padding-top: 50px;
}

a:link {
	color: #FF9900;
}

a:visited {
	color: #FF9900;
}

a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#outerwrap{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index: 100;
}

#flashwrap{
	top: -300px;
	left: 50%;
	width: 970px;
	height: 600px;
	background-color: transparent;
	margin-left: -485px;
	position: absolute;
	visibility: visible;
	padding: 0;
}