body {
  background: #e9e9e9;
  font: 12px/30px arial, verdana, tahoma;
  margin: 0;
  text-align: center;
  color: #474747;
}

a {
  color: #458993;
  text-decoration: underline;
}
a:hover {
  color: #5cc0cf;
}

img {
  border: 0;
}  

h3 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;

}

#container {
  width: 880px;
  margin: 0 auto;    
  text-align: left;
  padding: 50px 0 0 0;
}
#left {
  width: 680px;
  float: left;
  position: relative;
  text-align: right;
}

#right {
  width: 200px;
  float: right;
  position: relative;

}

a#logo {
  width: 281px;
  height: 94px;
  display: block;
  background: url(images/#.png) no-repeat;
  font-size: 1px;
  color: #e9e9e9;
  line-height: 1px;
  margin: 0 0 20px 0;

