@charset "UTF-8";
.column {
  width: 320px;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}
.wrapper {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: "proxima-nova", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}
.footer {
  padding-top: 100px;
  padding-bottom: 20px;
  clear: both;
  text-align: center;
}

a {
  color: #0096BF;
}
a:hover {
  text-decoration: none;
}
a.immonet {
  width: 320px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;
  background-image:url(immonet.png);
  background-position:0px 0px;
}
a.immonet:hover {
  background-position:0px 41px;
}