@charset "utf-8";




html, body, #fullscreen { background: #ccc;} /* match closly to img colour - this loads then the image fades in. */

/* BACKGROUND IMAGE */


#hello{
	top:0;
	left: 0;
	z-index: 500;
	background-color: #960;
	display: block;
	position: fixed;
	height: 100px;
	width: 300px;
}
#fullscreen {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}


* html {
	background: url(images/image.jpg);
	} 
* html #fullscreen { 
	position: absolute;  
	top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');	
	right: 0;
	}
#fullscreen{
	margin-top: 200px;	
}

#fullscreen img {
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
	visibility: hidden;
	}
	
	#footer {
	z-index: 520; /* same as #page */
	position: fixed;
	width: 461px; 
	background-color:#0CF;
	left: 0;
	bottom: 0;
	width: 100%;
	
	}
	
