html, body
{
  background-color: #AACEFF;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

img, a img
{
  border: 0px none;
}

a:hover
{
  text-decoration: underline;
}  


a
{
  font-size: small;
  color: #456BA9;
  text-decoration: none;
}  

#main
{
  position: absolute;
  width: 100%;
  height: 50%;
  top: 25%;
  left: 0%;
  text-align: center;
}
#logobox
{
  position: absolute;
  text-align: center;

  right: 10px;
  bottom: 5px;
}

