body { 
  text-align: center; 
  color: #000088;
  background-color: #70F3EC;
}
a {
  color: #000088;
  font: bold 100% Arial, sans-serif;
  text-decoration: none;
  background: inherit ! important;
}
a:hover { 
  color: blue; 
  background: inherit ! important;
}
#container { 
  margin: 0 auto;
  width: 640px; height: 300px;
  text-align: left;
}
#content { 
  position: relative;
  float: left;
  width: 300px; height: 300px;
  background: url(/images/ea-geier.q.320.gif) no-repeat;
  background-position: 0 0;
}
#title { 
  height: 35%;
  margin-bottom: -150px;
}
#www {
  position: absolute; right: 0px; bottom: 0px;
  text-align: right;
}
#www a {
  display: block;
  font-size: 150%;
  margin-bottom: 1px;
}
#www a:hover {
  margin: 0;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}
#www ul { margin: 0; }
#www li {
  width: 130px;
  list-style-type: none;
}  
#left {
  float: left;
  margin-top: 135px;
  margin-right: 10px;
}
#right {
  float: left;
  margin-top: 55px;
  margin-left: 15px;
  width: 135px;
}
#right a { font: normal 80% Arial, sans-serif; }
#nav {
  text-align: right;
}
#nav a {
  display: block;
  margin-bottom: 1px;
}
#nav a:hover {
  margin: 0;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}
#nav ul { margin: 0; }
#nav li {
  width: 120px;
  list-style-type: none;
}  

