@charset "utf-8";
body{
	margin:0;
	padding:0;
	
	height: 100%;
	min-height: 650px;
	background-color:#000;
}
#wrapper{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
#content {
	padding:0;
	min-height: 650px;
	}

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

#content #flashcontent {
	color       :#000;
	text-align  :center;
	
	
	}
#content #flashcontent img {
	border      :0;
	margin     :0;
	}
#content #flashcontent p,
#content #flashcontent ul {
	text-align  :left;
	}
#content #flashcontent p.appendix {
	text-align  :center;
	}
#content .alerts{
	margin:30px 0;
	padding:0;
	font-size   :60%;
	color   :#fff;
	text-align  :center;
}
#content .alerts img{
	margin:0;
	padding:0;
}