
html {
	margin: 0px auto;
	padding:0px;
	background-color: #FFFFFF;
}

body {
	position:relative;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;

}
#flashcontent {
	margin: auto auto;
}



a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}

p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
}

#info {
	margin:100px auto;
	width: 400px;
		background-image: url("Logo.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:150px;
	text-align: center;
	

}

#webmaster {
	margin-top:100px;
	font-size:8pt;
	text-align: center;
}
#webmaster a {
	font-size:8pt;
}

#mail {
	margin:30px auto;
	text-align: center;
	width: 200px;

}
#mail a {
	font-size: 8pt;
}

