html, body {
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#cccccc;
}

img {
	border:0px;
}

a:link, a:visited, a:active, a:hover {
	color:#cc3333;
}

#centerdiv, #flashdiv {
	width:700px;
	height:400px;
	margin:-200px -350px;
	position:absolute;
	top:50%;
	left:50%;	
}

#notice {
	width:700px;
	margin:0px -350px;
	padding-bottom: 50px;
	position:absolute;
	bottom:0px;
	left:50%;
	text-align:center;
}