﻿@charset "utf-8";

#flashcontent {
	/*position    :absolute;
	left        :50%;
	top         :50%;
	width       :740px;
	height      :300px;
	*/
	line-height	:0;
	width:980px;
	height:570px;
	margin:0 auto;
	text-align:center;
	/*margin-left :-370px;
	margin-top  :-150px;*/
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		color:#FFF;
		font-size   :90%;
		text-align  :center;
		padding-top     :200px;
		padding-bottom:30px;
		border      :3px #6F4D13 solid;
		background  :#1F2818;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color:#FFF;
			font-size:20px;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}
