#header {
	position:fixed; 
	top:0; 
	width:100%; 
	/*height:330px; */
	margin:0; 
	padding:0; 
	background-color: #FFFFFF; 
	color:#FFFFFF;
	z-index:1;
	visibility:visible;
}
	
	
body>#header {position:fixed;}
* html body { margin:0; overflow-y:hidden; padding:0; } 
* html #footer { height:100%; width:100%; overflow:auto; right:0; left:0; top:0; margin:0; } 
