#tagline {
	height:279px;
	background:url(/images/tagline.png) no-repeat;
}
* html #tagline {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tagline.png', sizingMethod='crop');	
}
#content-home-top {
	background:url(/images/content-top-bg.png) no-repeat;
	height:20px;
	display:none;
}
* html #content-home-top {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-top-bg.png', sizingMethod='crop');	
}
#content-home {
	background:url(/images/content-bg.png) repeat-y;
	display:none;
}
* html #content-home {
	width:100%;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg.png', sizingMethod='scale');	
}
#content-home h3 {
	color:#fff;	
}
#content-home-bottom {
	background:url(/images/content-bottom-bg.png) no-repeat;
	height:30px;
	display:none;
}
* html #content-home-bottom {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bottom-bg.png', sizingMethod='crop');	
	width:100%;
}
#col-1 {
	margin:0 0 0 20px;
	padding:0 10px 0 0;
	width:232px;	
}
#col-2 {
	padding:0 5px 0 10px;
	width:212px;	
}
#col-3 {
	padding:0 20px 0 5px;
	width:212px;
}
#col-4 {
	width:212px;	
}
#mask-container {
	position:absolute;
	width:100%;
	height:1058px;
	z-index:100;
}
#mask-top {
	background:#000;
	height:795px;
}
#mask-bottom {
	background:url(/images/mask.png) repeat-x;
	height:263px;
}
* html #mask-bottom {
	width:100%;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/mask.png', sizingMethod='scale');	

}