﻿@charset "utf-8";
* {
	padding	: 0;
	margin	: 0;
}
html {
	height: 100%; 
	width: 100%;
	overflow: auto;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background  :#FFFFFF;
}
#flashContent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	line-height: 0;
}
#noFlash {
	margin:0 auto;
	width:1000px;
}

