body {
   	padding:0px;
   	margin:0px;
   	width : 100%;
   	height : 100%;
   }
   
   #background {
   	position: absolute;
   	top:0px;
   	left:0px; 
   	margin:0px; 
   	padding:0px; 
   	border:1px; 
   	z-index:0;
   	width : 100%;
   	height : 100%;
   }
   
   #content {
   position: absolute;
   	z-index:2;
	overflow: auto;
	width : 100%;
   	height : 100%;
   }