<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

body {
  background: #005 url('images/body_bg.gif') top left repeat-x;
  font-family: Trebuchet, Verdana, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 20px 0 50px 0;
  text-align: center;
}

#main {
  background: #89A2C4 url('images/logo_bg.jpg') top left no-repeat;
  border: 1px solid #FFF;
  margin: 0 auto;
  height: 1075px;
  width: 970px;
}

#main table {
  margin-top: 170px;
  font-size: 12px;
}

#main img {
  border: none;
}


#main img:hover {
  moz-opacity: .6;
  opacity: .6;
  filter: alpha(opacity=860);		
}


<body>
</body>
</html>

