  body     { width: 100%; height: 100%; margin: 0; padding: 0; background: url(bkg.jpg); 
             background-repeat: repeat-y; background-color: #FFFFFF; 
           }
		   
  #navtop  { position:absolute; top:110px; left:0px; width:980px; height:30px; z-index:4;
           }	
		   
		   
  #top     {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:110px;
	z-index:3;

           }	   	   
		   
		   
  #navbar  { position:absolute; top:140px; left:0px; width:175px; height:435px; z-index:1;
           }
		   
  #frame   {
	position:absolute;
	top:165px;
	left:175px;
	width:805px;
	height:410px;
	z-index:2;
	background-repeat: no-repeat;
	margin: 0;
	overflow: noscroll
           }
  #frame0  {
	position:absolute;
	top:165px;
	left:175px;
	width:960px;
	height:600px;
	z-index:2;
	background-repeat: no-repeat;
	margin: 0;
	overflow: noscroll
           }
