
/* !IE6 is crappy */

#ie6message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #e00d0d;
	color: #fff;
	z-index: 100;
	height: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#ie6message a {
	color: #fff;
}
