@charset "utf-8";

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :980px;
	height      :600px;
	line-height	:0;
	margin-left :-490px;
	margin-top  :-300px;
	overflow    :hidden;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		background  :#FFFFFF;
		}

#external_flashcontent:focus {
	outline:none;
	}

	h1 {
		color: #aaa;
		font-size: x-small;
		line-height: 2em;
		padding-left: 15px;
		}

