@charset "utf-8";
html,
body {
	height      :100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	background  :#ffffff;
	}
#content {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :740px;
	height      :561px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-320px;
    background  :#ffffff;
	}

#content * {
	line-height	:150%;
	}

#content #flashcontent {
	text-align  :center;
	margin      :0 auto;
	padding     :0px;
	width       :501;
	}
#content #flashcontent h1,
#content #flashcontent h2 {
	}
#content #flashcontent img {
	border      :0;
	}
#content #flashcontent p,
#content #flashcontent ul {
	text-align  :left;
	}
#content #flashcontent p.appendix {
	text-align  :center;
	}

