@charset "utf-8";
/* CSS Document */
	html {
		height: 100%;
		overflow: hidden;
	}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
	}
#flash{width:950px;height:530px;}
#noflash{
	width:950;
	height:530;
	background-image:url(../images/noflash.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}
#noflash a, #noflash{
	color:#000000;
	background-color:none;
	margin: 0;
	padding: 0;
}
#noflash a:hover{color:#000000;background-color:none;text-decoration:underline;}
#noflash_txt{
	padding:0 0 142px 500px;
	width:950px;
	text-align: left;
	font-size:12px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	color: #FFF;
}

