﻿@charset "utf-8";

html {
	margin      : 0;
	padding     : 0;
	height      : 100%;
	overflow    : auto;
}
body {
	margin      : 0;
	padding     : 0;
	width       : 100%;
	height      : 100%;
}
#content {
	position    : absolute;
	top         : 0;
	left        : 0;
	width       : 100%;
	height      : 100%;
	line-height : 0;
	text-align  : center;
}
#content * {
	line-height	:150%;
	}

#content #flashcontent {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	padding     :10px 30px;
	border      :10px #EEEEEE solid;
	background  :#FFFFFF;
	}
#content #flashcontent h1,
#content #flashcontent h2 {
	color       :#333333;
	}
#content #flashcontent img {
	border      :0;
	}
#content #flashcontent p,
#content #flashcontent ul {
	text-align  :left;
	}
#content #flashcontent p.appendix {
	text-align  :center;
	}

