#flashmovie {
	position: absolute;
	width: 800px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
}

#noflash {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	border: 5px solid;
	border-color: #808080;
	background: #000033;
	position: absolute;
	width: 350px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -175px;
}

#valid {
	position: absolute;
	width: 88px;
	height: 31px;
	top: 80%;
	left: 50%;
	margin-top: -15px;
	margin-left: -44px;
}

#valid2 {
	position: absolute;
	top: 100%;
	left: 3px;
	width: 88px;
	height: 31px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

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

a:hover {
	color:#FFFFFF;
}

h1 {
	font-family: "Lucida Handwriting", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2 {
	font-size: 8px;
	text-align: right;
}

img {
	border: 0px;
}