@charset "utf-8";

html {
	overflow-y: scroll;
}

html, body{
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	position: absolute;
	width: 100%;
	height: 100%;
}

#required {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../media/site_required.gif) no-repeat;
	display: block;
	width: 405px;
	height: 155px;
	margin-top: -77px;
	margin-left: -202px;
	
}

#required a {
	display: block;
	width: 405px;
	height: 155px;
	
}

span.alt {
	display: none;
}


/* Flash 100% bug */


