body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  color: #888888;
}

div#container {
  width: 720px;
  height: 410px;
  margin-left: -360px;
  margin-top: -205px;
  top: 50%;
  left: 50%;
  position: absolute;
}

img#logo {
  float: right;
}

h1 {
  font-size: 20px;
  color: #888888;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
}

img#largesofas {
  margin-top: 40px;
  margin-bottom: 30px;
}

img#footersofas {
  margin-top: 20px;
}

.blue {
  color: #2379DB;
  font-weight: bolder;
}

a {
  color: #2379DB;
  font-weight: bolder;
  text-decoration: none;
}
a:hover {
  color: #2379DB;
  font-weight: bolder;
  text-decoration: underline;
}

div#wording {
  line-height: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}