/* CSS Document */

html, body { 
height: 100%; 
width: 100%; 
overflow-x: hidden; 
overflow-x: auto; 
margin: 0px; 
padding: 0px; 
} 

#background { 
position: absolute; 
top: 0px; 
left: 0px; 
visibility: show; 
float: left; 
margin: 0px; 
padding: 0px; 
height: 100%; 
width: 100%; 
} 
