BODY {
background-image: url(http://www.euralcom.com/images/bck_splash.jpg);
background-repeat: repeat; 
margin-top: 0;
margin-right: 0;
margin-bottom 0; 
margin-left 0;
}
	
#invis {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 10px;
	z-index: 1;
	
}

#vis {
 	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 10px;
	z-index: 2;
	background-image: url(http://www.euralcom.com/images/bck_splash.jpg);
}
	