/* CSS Document */

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

body {
  background: #ccc url(../_img/bg.gif) repeat-y center;
  text-align: center;
}

#top {
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 161px;
  background: url(../_img/top_bg.jpg) no-repeat center top;
}

#maintext {
  position: relative;
  
  margin: auto ;
  text-align: justify;
  
  width: 700px;
  padding-top: 60px;
  padding-bottom: 30px
}

#ga1, #ga2 {
  display: block;
  border:solid 1px black;
  padding:5px;
  background: white ;
  top:50px;
}

#ga1 {
  float:left;
  margin-right:10px;
  
}

#ga2 {
  float:right;
  margin-left:10px;
}

h1 {
  color: black;
  font-family: arial, sans-serif;
  text-align: left;
  padding-bottom:2px;
  border-bottom: 2px solid black;
  font-size:1.2em;
}

a {
  color: black;
  text-align: center;
  display: block;
  font-family: arial, sans-serif;
  font-size: 0.8em;;
  font-weight: bold;
}


