@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	overflow: auto;
}
body {
	height:100%;
	margin:0;
	padding:0;
	background:#fbfbef;
}
#flashcontent {
	top: 0;
	left: 0px;
	width:100%;
	height:100%;
	position:absolute;
	line-height:0.5em;
}

#attention {
	color:#FFF;
	font-size:80%;
	text-align:left;
	margin:0 10%;
	padding:30px;
	border:0px #EEEEEE solid; background:#333;
}

#attention img { border:0; }
#attention p { text-align:left; }
#attention a { color:#fe0d0d; }
#attention a:visited { color:#fe0d0d; }
#attention a:hover { color:#fe0d0d; }
#attention a:active { color:#fe0d0d; }
