/********************
 *  header & body
 * 
 ********************/
 
#home_flash{
	width: 100%;
	height:  640px;
	margin: 0 auto;
	background:  transparent;
	position:  relative;
	color:  #333333;
}

#home_flash .content{
	width: 800px;
	margin: 0 auto;
	background:  #d9f2f3;
	position:  relative;
	color:  #333333;
	padding-bottom: 3em;
}

#home_flash .content .col{
	width: 500px;
	margin-left:  175px;
	padding: 300px 0 100px 0;
}
