 /* General page style.  */
body {
	background-color: #ffffff;
	margin: 0px;
}

div#bg1 {
     position: absolute;
     top: 0px; left: 0px;
     width: 100%; 
     background-image: url("../images/atnoheader.jpg");
		 background-repeat:no-repeat;
     height:105px;
     }
		 
div#bg2 {
     position: absolute;
     top: 121px; left: 0px; 
     width: 100%; 
     background-image: url("../images/clouds.jpg");
		 background-repeat:no-repeat;
     height: 800px;
		 z-index: 1;
     }

div#bar1 {
     position: absolute;
     top: 105px; left: 0px;
     width: 100%; 
     background-image: url("../images/bar.jpg");
		 background-repeat:no-repeat;
     height: 16px;
		 z-index: 2;
     }

div#update {
     position: absolute;
     top: 250px; left: 250px;
     z-index: 3;
     }
