html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #000000 url(bg.png) repeat;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
  font-size: 11px; 
  font-family: Tahoma, Verdana, sans-serif; 
  
}

*
{
  color: #000000;
  text-align: left;
}


/* === Containers === */

#first
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 450px;
}

#second
{
  position: absolute; 
  top: 45%;
  vertical-align: middle;
  width: 100%; 
}

#third
{
  position: relative; 
  top: -225px; 
  width: 450px;
}

/* === Other Divs === */



.content
{
  height: 450px;
  overflow: hidden;
  padding: 0 0 0 0;
}

.content p
{
  text-align: center;
  font-size: 14px;
}


