@CHARSET "UTF-8";
body
{
	margin: 0px;
	background: url(bg-wood.jpg) no-repeat fixed;
	background-position: 50% 50%;
}
.flash a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.flash a:hover
{
	color: #FF0000;
}
.flashobj
{
	position: relative;
	z-index: 2;
}
.title
{
	position: absolute;
	z-index: 1;
	background: url(title.jpg) no-repeat;
	width: 688px;
	height: 504px;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -280px;
	
}
.flash
{
	position: absolute;
	z-index: 1;
	color: #FFFFFF;
	top: 50%;
	width: 450px;
	height: 60px;
	left: 50%;
	margin-left: -235px;
	margin-top: 230px;
	text-align: center;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	
}
