{
    margin:0;
    padding:0;
    border:0;
}
/* hide from ie on mac */
	html {
		height: 100%;
		overflow: hidden;
	}
/* end hide */
#sotd {position:absolute;top:0;right:0}
body {
	height: 100%;
	background: #fff;
	font-family: verdana, arial, times new roman;
	color: #FFF;
	font-size: 14px;
	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:885px;
	height:662px;
	margin-top: -331px;
	margin-left: -442px;
    text-align:center;
}
#flash {
	margin: 0px auto;
	text-align:center;
	width: 100%;
	height: 100%;
}
