@charset "utf-8";

html,
body {
	height : 100%;
	overflow : auto;
	margin : 0;
	padding : 0;
	background :#FFFFFF;
}

#flashcontent {
	position :absolute;
	left :50%;
	top :50%;
	width :740px;
	height :300px;
	line-height :0;
	margin-left :-370px;
	margin-top :-150px;
}

#flashcontent * {
	line-height :190%;
}

#flashcontent #attention {
	text-align : center;
	color : #666666;
	margin : 0 10%;
	padding : 30px;
	background : #FFFFFF;
}

#flashcontent #attention h1 {
	color : #333333;
	font-size : 80%;
}

#flashcontent #attention img {
	border : 0;
}

#flashcontent #attention p {
	font-size : 80%;
}

#attention a {
	color : #000;
}

#attention a:visited {
	color : #666;
}

#attention a:hover {
	color : #666;
}

#attention a:active {
	color : #666;
}
