html {
	height:100%;
}
body {
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	font:x-small Verdana, Arial, Helvetica, sans-serif;
	color:#AEB8A3;
	height:100%; 
	overflow:hidden;
}
a:link {
	color:#E5E44B;
}
a:visited {
	color:#E5E44B;
}
a:hover {
	color:#AEB8A3;
}
a:active {
	color:#E5E44B;
}
#intro {
	text-align: center;
	margin-top: -154px;
	margin-left: -115px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 391px;
	height: 207px;
	visibility: visible;
}
#copywindow {
	position:absolute;
	top:15%;
	left:25%;
	height:520px;
}
#flashcontent {
	text-align: center;
	width: 100%;
	height: 100%;
}
#noflash {
	text-align: left;
	padding: 20px;
	width: 300px;
	margin-left:auto;
	margin-right:auto;
}