html
{
  height: 100%;
}

body 
{
  background: #f6f6f6 url(../images/intro_bg.gif) center no-repeat;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;	
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

a, a:link, a:visited
{
  outline: none;
}

img
{
  border: 0;
}

#main
{
  height: 100%;
  width: 100%;
}

#main td
{
  height: 100%;  
  text-align: center;
  vertical-align: middle;
  width: 100%;  
}

.copyright
{
  color: #848587;
  font-size: 10px;
}
