html
{
  overflow: hidden;
  height: 100%;
}
                         
img { border: none; } 
body
{
  background: #25f809;
  background-image: url('images/bg.gif');    
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  text-align: center;
}

*
{
  font-size: 10pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: black;
  text-align: left;
}


#first_container
{
  display: table; 
  height: 100%;  
  padding-left: 200px;
  padding-top: 150px;
  width: 720px;
}


