* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #f5f5f5;
  background-image: url(/images/left.png);
  background-position: 0 180px;
  background-repeat: no-repeat;
  font-family: Arial;
  color: #666;
}

h2, p {
  letter-spacing: -0.05em;
}

h2, a {
  color: #556600;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 6px;
}

p {
  font-size: 12px;
}

#container {
  width: 790px;
  margin: 70px auto 0 auto;
}

#logo {
  width: 339px;
  height: 28px;
  margin: 0 auto;
  background-image: url(/images/superego.gif);
}

#message {
  height: 395px;
  margin: 10px 0 0 0;
  background-image: url(/images/message.png);
}

#services {
  margin-top: 30px;
}

#services .service {
  height: 100px;
  padding: 0 80px;
}

#services .service > div {
  float: left;
}

#services .service .left {
  padding-top: 20px;
  width: 280px;
}

#services .service .right {
  width: 340px;
}

#services .service .left a {
  display: block;
}

#services .service .left .ca {
  width: 208px;
  height: 34px;
}

#services .service .ca:hover {
  background-position: 0 -34px;
}

#services .service .left .printfolder {
  width: 157px;
  height: 20px;
}

#services .service .printfolder:hover {
  background-position: 0 -20px;
}

#services .service .left .flaiku {
  width: 90px;
  height: 51px;
}

#services .service .flaiku:hover {
  background-position: 0 -51px;
}

#footer {
  margin: 50px 0 20px 0;
  padding-left: 80px;
  font-size: 10px;
}

.clear {
  clear: both;
}
