@charset "UTF-8";

/*------------------------------------------------------------------------------
	GSK - CSS Modules Import
	Date: 2009-09-18
------------------------------------------------------------------------------*/


#content{
	width:1000px;
	margin-top:20px;
	background:url(/common/images/mainbg2_body.jpg) center left repeat-y;
}
#contentH{
	width:1000px;
	background:url(/common/images/mainbg2_head.jpg) top left no-repeat;
	padding:19px 0 0 0;
	zoom: 100%;
}
#contentH:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
#contentF{
	width:1000px;
	background:url(/common/images/mainbg2_foot.jpg) bottom left no-repeat;
	padding:0 0 30px 0;
}


#main h1{
	margin-bottom:25px;
}

#main #flash{
	border-top:1px solid #b4b4b4;
	padding:20px 0;
	margin-right:5px;
}
#main .flasharea{
	text-align:center;
}