#header{
	height:356px;
	background:url(../images/homepage_header.jpg) top left no-repeat;
}

	#header *{
		display:none;
	}
	
#main{
}
	#main .clip{
		float:left;
		margin-right:10px;
		width:300px;
	}
	
	#main .content{
		margin-left:310px;
	}
	#main .content .information{
		border:solid 1px #86d0d8;
		padding:19px 15px 11px 20px;
		background-color:#FFFFFF;
		color:#24698f;
		font-size:15px;
		line-height:21px;
		height:160px;
	}
		#main .content .information .quot{
			float:left;
			margin-left:-8px;
		}
	#main .content .promotion{
		display:block;
		margin-top:8px;
		height:43px;
		background:url(../images/promotion.gif) top left no-repeat;
		text-indent:-500px;
		overflow:hidden;
	}