@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0}

ul {list-style:none}


a {text-decoration:none}

body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 100.1%;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}

#container {
	margin: 0 auto; width: 800px;
	background-color:#FFF;
	position: relative;
	text-align: center;
}

#header {height:1.3em;margin:0;padding-left: 10px;padding-right: 20px;padding-top:8px;padding-bottom:10px;
}


#top {
	
	float: left;
	position: relative;margin: 0px auto;
	padding: 0px;
	width:800px;
	height: 618px;
}




#FlashID object {display: block;outline:none;z-index:-20;}
 #cover {
	position:absolute;
	z-index: 50;
	left: 200px;
	top: 449px;
}

#announce {
	position: absolute;
	display: block;
	width: 214px;
	height: 152px;
	font-size: 0.75em;
	font-color: #000;
	font-weight: bold;
	z-index: 100;
	left: 501px;
	top: 416px;
	text-align: center;
	line-height: 1.4em;
}
#announce p {
	padding-bottom: 10px;
	font-style: normal;
}

#announce a:link,#announce a:visited {color:#F03; font-weight: bold}
#announce a:hover, #announce a:active {color:#030;}

#bottom {
	display: block;height: 9em;
	width:800px;
	margin: 0px 20px 0px 20px;}
	 	
	
#footer {clear: both; display: block; height: 15px;margin: 0; text-align: right;padding-right: 20px;font-size:.6em;padding-top: 3px;}

