BODY,HTML {
	height:100%;
	min-height:100%;
	}
BODY {
	margin:0;
	background:#D6D8D8 url(../images/body_bg.png) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888888;
	height:100%;
	}
DIV#wrapper {
	padding:0;
	margin:0;
	background:transparent url(../images/wrapper_bg.png) top center repeat-x;
	position:absolute;
	width:100%;
	height:520px;
	top:50%;
	margin-top:-300px;
	text-align:center;
	}
DIV#flash {
	position:relative;
	width:950px;
	height:520px;
	background:url(../images/flash_bg.png);
	padding:0;
	margin:0 auto 0 auto;
	}
DIV#no_flash {
	position:relative;
	background:transparent url(../images/no_flash_bg.png);
	width:292px;
	height:63px;
	top:35%;
	margin:0 auto 0 auto;
	text-align:center;
	padding:60px 10px 0 10px;
	display:block;
	}
A IMG {
	border:none;
	}