#IE6 {
	filter:alpha(opacity:92);
    KHTMLOpacity:0.92;
    MozOpacity:0.92;
    opacity:0.92; 
	min-width:1005px;
	width:100%; 
	height:170px; 
		
	border-bottom:3px solid #005BCC; 
	background-color:#9DC7FB; 
	position:fixed;
	left: 0px;
	top: 0px;
	z-index:998;
}

#IE6 div.close{
	float:right;
	margin-top:5px;
	margin-right:5px;
	font-size: 18px;
	font-weight:bold;
	color:#A50000;
}

#IE6 div.left {
	float:left;
	width: 150px;
	height: 170px;
	margin:5px;
	background-image: url(ie6.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#IE6 div.left2 {
	float:left;
	width: 150px;
	height: 170px;
	margin:5px;
	background-image: url(js.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#IE6 div.right {
	float: left;
	font-size: 18px;
	margin-left:15px;
	color:#A50000;
}

#IE6 div.right h1{
	color:#A50000;
}
