body {
	behavior: url("csshover3.htc");
}

* html #header{
                position: absolute; left: 0px; top: 0px;
                left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
                top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
				
				/* background */
	background: #448BBF;  
	background: -moz-linear-gradient(top, #448BBF, #3F81B0); /* Firefox */
	background: -ms-linear-gradient(#448BBF, #3F81B0); /* IE10 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#448BBF), to(#3F81B0)); /* Safari & Chrome */
	background: -webkit-linear-gradient(#448BBF, #3F81B0); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#448BBF, #3F81B0); /* Opera 11.10 */
	background: linear-gradient(#448BBF, #3F81B0); /* the standard */
	
	/* drop shadow */
	-webkit-box-shadow: 0px 0px 5px #000;  
    -moz-box-shadow: 0px 0px 5px #000;  
    box-shadow: 0px 0px 5px #000; 
}