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

*{
	padding:0;
	margin:0;
}

a:link, a:active, a:visited{
	color:white;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg_01.png) repeat-x;
	background-color:#000000;
}
#footer{
	width:955px;
	float:left;
	margin:60px 0 20px;
}

#flash{
	border:5px solid white;
	border-top:none;
	float:left;
}

#footer p{
	color:white;
	text-align:center;
	font-size:0.7em;
}
#main{
}
#main object{
	float:left;
}
#splash{
	width:955px;
	height:800px;
	position:relative;
}
#splash img{
	height:800px;
	width:auto;
	float:left;
	border:none;
}
#splash img.logo{
	position:absolute;
	top:20px;
	left:150px;
	width:655px;
	height:190px;
}
#wrapper{
	width:965px;
	margin:0 auto;
}
