/* CSS Document */

body, html {
  padding: 0px ;
  margin: 0px; 
}

body {
  background: black ;
  text-align: center;
  font-family: arial, sans-serif;
  font-size:0.9em;
}

#top {
  background: url(../_img/top_bg.gif) no-repeat center top;
  width: 768px;
  height: 46px;
}
#bottom {
  background: url(../_img/btm_bg.gif) no-repeat center bottom;
  width: 768px;
  height: 46px;
}

#maintext {
  
  margin: auto ;
  text-align: justify;
  
  width: 768px;
  background: url(../_img/main_bg.gif) repeat-y ;
  margin-top:20px;
  margin-bottom:20px;
}

#text {
  margin: 40px ;
  margin-top:0px;
}

#ga {
  margin-left:-20px;
}

h1 {
  color: black;
  border-bottom: 2px solid #A1A1A1; 
  padding-bottom:4px;
  font-family: arial, sans-serif;
  text-align: left;
  font-size:1.5em;
  margin-top:-10px;
}

a {
  color: black;
  background: #A1A1A1 ;
  margin:5px;
  border-bottom:1px solid black;
  line-height: 20px;
  text-align: center;
  display: block;
  font-family: arial, sans-serif;
  font-size: 0.8em;;
  font-weight: bold;
}


