body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 

img {  
    border:0; 
} 
	
body {
	background: #000000 url('wallpaper.jpg');
}

#switchon {
	position:absolute;
	right:100px;
	top:50px;
	z-index:100;
}

#switchoff {
	position:absolute;
	right:100px;
	top:80px;
	z-index:100;
}

#container {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

#imgLite {
	z-index:5;
	position:absolute; 
}
