html, body { 
  height: 100%;
  margin: 0;
}
body {
  font-family: "Times New Roman";
  background-color: #DDCCAA;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: 0px;
}
a {
  border: 0px;
}
#content {
  clear: left;
  padding: 20px;
  text-align: center;
  max-width=850px;
}
.logo {
  opacity: 0.5;
  filter: alpha( opacity=50 ); /* For IE8 and earlier */
  #margin-top: 100px;
}
.logo:hover, .logo:active {
  opacity: 1;
  filter: alpha( opacity=100 ); /* For IE8 and earlier */
}
