html,body {height:100%; margin:0px; padding:0px; color:#222}
body {background: #E9E8E7; background-attachment: fixed; font-family:Arial,Helvetica,sans-serif; font-size:14px; margin:0;}
table {font-size:13px;}
table tr:hover {background-color:#eee;}
th {padding:2px 0px 2px 0px; text-align:center;}
td {padding:2px 6px 2px 6px}
a {color:#009;}
a:link, a:visited {text-decoration:none;}
a:hover, a:active {text-decoration:underline;}
.logo {float:left; width:600px; height:600px; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto;}
#container {min-height:100%; width:1000px; margin:auto; position:relative; background:#fff;}
#content {width:920px; margin:auto; padding-bottom:30px;}
#footer {width:920px; height:30px; position:absolute; bottom:0; left:20px; text-align:right;}
.zoom{
  width: 1198px;
  height: 1198px;
  overflow: hidden;
  -moz-transform: scale(0.8, 0.8); 
  -webkit-transform: scale(0.8, 0.8); 
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); 
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}