div#ajaxLoad {
	background-color: #C00202;
}

div#top {
	background: #C00202;
}

div#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 999;
	width: 165px;
	height: 50px;
	background: url(../../img/brand/be/logo.png);
	cursor: pointer;
}


	/* ie */
	* html div#logo {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../img/brand/be/logo.png");
	}
