@charset "utf-8";
body{
	margin:0;
	padding:0
	
	height: 100%;
	min-height: 583px;
	background-color:#000;
}
#wrapper{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-height: 583px;
	margin: 0px auto;
	background-image: url("../../images/bg_side.jpg");
	background-repeat: repeat-x;
	background-position:top,center;
}
#content {
	margin:0;
	padding:0;	
	}

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

#content #flashcontent {
	color       :#000;
	font-size   :80%;
	text-align  :center;
	padding     :200px 30px;
	background-image: url("../../commons/images/getBg.jpg");
	background-position:top,center;
	background-repeat: no-repeat;
	height: 200px;
	}
#content #flashcontent h1,
#content #flashcontent h2 {
	color       :#fff;
	}
#content #flashcontent img {
	border      :0;
	}
#content #flashcontent p,
#content #flashcontent ul {
	text-align  :left;
	}
#content #flashcontent p.appendix {
	text-align  :center;
	}
#content .copyright{
	margin:0;
	padding:0;
	text-align  :center;
}