html, body {
  height: 100%;
}

body {
  font-family: 'Nobile', arial, serif;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  background-color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.cleaner {
  clear: both;
}

#page {
  margin: 50px auto 0 auto;
  
  width: 350px;
  border: 1px solid #333;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  -webkit-box-shadow: 0px 0px 4px #000000;
  -moz-box-shadow: 0px 0px 4px #000000;
  box-shadow: 0px 0px 4px #000000;
}

#page div.logo, #page div.msg, #page div.contact {
  padding: 10px 0;
  text-align: center;
}

#page div.contact {
  font-size: 12px;
  line-height: 14px;
}
