html, body {
  width: 100%; height: 100%;
  margin: 0;
  padding: 0;
  text-align: center; 
  }

body {
  background: url(bgnd.png) repeat-x green;
  }

#xhead, #xbody, #xfoot {
  position: relative;
  width: 761px;
  margin: 0px auto;
  padding: 0 10px ;
  text-align: left;
  border: 0px solid black;
  }
  
#xhead {
  margin-top: 20px;
  height: 200px;
  background: url(head.jpg) no-repeat;
  }

#xhead h1#ist1 {
  opacity: 0.3;  filter: alpha(opacity=30); position: absolute; top: 13px; right: 10px; margin: 0; padding: 0; font: 60px georgia; font-weight: bold; color: black;
  }
#xhead h1#snd1 {
  position: absolute; top: 10px; right: 12px; margin: 0; padding: 0; font: 60px georgia; font-weight: bold; color: white;  
  }
#xhead h2#ist2 {
  opacity: 0.3;  filter: alpha(opacity=30); position: absolute; top: 70px; right: 10px; margin: 0; padding: 0; font: 40px georgia; font-weight: bold; color: black;
  }
#xhead h2#snd2 {
  position: absolute; top: 67px; right: 12px; margin: 0; padding: 0; font: 40px georgia; font-weight: bold; color: white;
  }


#xbody {
  background: url(body.png) repeat-y;
  }

#xbody h1 {
  margin: 0; padding: 0;
  }

#xfoot {
  height: 20px;
  background: url(bottom.png) no-repeat;
  }
  
div, p, a {
  font: 16px/20px black;
  font-family: georgia;
  }

#xmenu {
  float:left; 
  width: 560px; 
  padding: 15px 15px 0 15px;
  }

#xmenu a, #xmenu a.visited, #xmenu a.hover, #xmenu a.active {
  font-size: 16px; 
  margin-right: 16px;
  text-decoration: none;
  color: #0000CC;
  border-bottom: 1px dotted #0000CC;
  }
  
#xmenu ul {
  padding: 0 0 15px 0; margin: 0;
  }  

#xmenu li {
  display: inline;
  }  

#xmenu ul li a {
  font-size: 22px; 
  font-weight: bold;
  margin-right: 16px;
  border: 0px solid green;
  text-decoration: none;
  color: #000099;
  }

#xcontent {
  float:left; 
  width: 560px; 
  padding: 15px;
  }
  
#xcontent h1 {
  font: 32px georgia, tahoma; 
  font-weight: bold; 
  color: green; 
  font-style: italic;
  padding-top: 0px;
  margin-top: 0px;
  border-bottom: 1px dotted green;
  }
