@charset "utf-8";
body{
	font-size:62.5%;
	text-align:center;
}
#wrapper {
	width:1020px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-420px;
	margin-left:-510px;
}
#flashContent {
	color:#666666;
	font-size:1.2em;
	border:solid 1px #cccccc;
}
#copyright {
	width:100%;
	margin:2px auto;
	color:#999999;
	font-size:1em;
	text-align:center;
}
#copyright a:link,
#copyright a:visited {
	color:#999999;
}
#copyright a:active,
#copyright a:hover {
	color:#333333;
}
