* {
    margin:0;
    padding:0;
    border:0;
}
/* hide from ie on mac */
	html {
		height: 100%;
		overflow: hidden;
	}
/* end hide */
body {
	height: 100%;
	background: #F2F7FD;
	font-weight: bold;
	margin: 0px auto 0px ;
}
a, a:visited {
	color: #FFF;
	text-decoration: none;
}	
a:hover {
	text-decoration: underline;
}
#center {
	position:absolute;
	top: 50%;
	left: 50%;
	width:750px;
	height:407px;
	margin-top: -203.5px;
	margin-left: -372px;
    text-align:center;
}
#flash {
	/*margin: 0px auto;*/
	text-align:center;
	width: 100%;
	height: 100%;
}