body,html {
	text-align: justify;
	background-position: left top;
	background-repeat: repeat;
	height: 100%;
	color: #727458;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 96%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	padding-bottom:50px;
}

a {
	color: #FF0;
	text-decoration: none;
}

a:link {
}
a:hover {
	color: #FFFFB8;
}

#flashContent {
	width: 100%;
	height: 100%;
}


#alternativeContent {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer{
padding-bottom:50px;	
}

h1 {
	font-size: 2.2em;
	color: #727458;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


