body {
  color: #000000; 
  background-color: #FFFFFF; 
  margin: 0px; 
  padding: 0;
}

body {
  background: #EEEEEE;
}

body, td, th, p, div {
  font-family: Verdana, Bitstream Vera Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a:link, a:active, a:visited {color: #000000; text-decoration: none;}
a:hover {color: #AB1313; text-decoration: underline;}

#header {
  width: 720px;
  height: 20px;
  background: #EEEEEE;
  text-align: right;
}

#logo {
  width: 720px;
  height: 100px;
  text-align: center;
  border: 2px solid #000000;
  background-image: url("/resource/image/site_logo.jpg");
}

#menu {
  width: 720px;
  height: 20px;
  background: #FFFFFF;
  text-align: left;
  border-bottom: 1px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

#content {
  width: 720px;
  height: 320px;
  background: #FFFFFF;
  text-align: center;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

#footer {
  width: 720px;
  height: 20px;
  background: #FFFFFF;
  text-align: center;
  font-size: 10px;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-top: 1px solid #000000;
}

#footer img {
  position: relative;
  top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  border: none;
}
