body {
   font-size: 15px;
   color: #663;
   font-family: tahoma;
   margin: 0px;
   padding: 0px;
   background-position: center top;
   background-repeat: repeat-y;
   }
div#sky {
   height: 128px;
   text-align: center;
   background-repeat: repeat-x;
   background-position: center;
   padding: 0px;
   margin: 0px;
   }	
div#header {
   width: 768px;
/*   height: 128px; */
   background-repeat: no-repeat;
   }
div#page {
   padding: 0px;
   margin: 0px;
   width: 712px;
   min-height: 128px; 
   background-image: url(/media/site/page-tile.jpg); 
   background-repeat: repeat-y; 
	background-position: center top;	;
   }
div#page-end { 
   height: 8px; 
   width: 710px; 
   padding: 0px; 
   padding-top: 1px; 
   margin: 0px; 
   background-image: url(/media/site/page-end.png); 
   background-repeat: no-repeat; 
   }
#footer-pic-1 {
   margin-top: -35px;
   margin-left: 14px;
   float: left;
   height: 96px;
   width: 96px;
   background-repeat: no-repeat;
   background-position: bottom center ;
   }
#footer-pic-2 {
   margin-top: -35px;
   margin-right: 14px;
   float: right;
   height: 96px;
   width: 96px;
   background-repeat: no-repeat;
   background-position: bottom center ;
   }