﻿
#ie6 {
	position: absolute;
	top: 0;
	display: block;
	height: 220px;
	width: 100%;
	filter: alpha(opacity=94);
	background: #fff;
	border-bottom: 4px solid #999;
	z-index: 1001;
}
#ie6 div {
	width: 1000px;
	height: 210px;
	margin: 0 auto;
	color: #333;
	background: transparent url("../img/ie7.gif") no-repeat 0 0;
	padding-left: 256px;
	
}
#ie6 h2 {
	color: #ff0000;
	margin-bottom: 0;
}
#ie6 h3 {
	color: #4574A1;
	margin-bottom: 10px;
	
}


