@charset "UTF-8";


*{
	margin:0;
	padding:0;
}
	
html, body{
	width:100%;
	height:100%;
	outline:none;
}

#noFlash{
	width:1000px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-500px;
	background:url(../images/noFlashBg.jpg) top left no-repeat;
}

#noFlash h1{
	display:none;
}

#noFlash p#description{	
	display:none;
}

#noFlash p#btn a:link,
#noFlash p#btn a:active,
#noFlash p#btn a:visited{
	display:block;
	width:97px;
	height:16px;
	position:absolute;
	top:212px;
	left:413px;
	font-size:1px;
	line-height:0;
	text-indent:-9999px;
	background:url(../images/btn.jpg) left 0 no-repeat;
}

#noFlash p#btn a:hover{
	background:url(../images/btn.jpg) left -16px no-repeat;
}

#noFlash p#copyright{
	display:none;
}