html {
  background: url("/images/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body {
  font-family: 'Merriweather Sans', sans-serif;
  color: #eeeeee;
  padding: 3em; }

#main {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

ul#services {
  font-size: 18pt;
  list-style: none;
  padding-left: 0px; }

a, a:visited {
  color: #eeeeee; }

a:hover {
  color: #ffffff; }

a:active {
  background-color: #eeeeee;
  color: #222222; }

ul#contact {
  list-style: none;
  padding-left: 0px; }
  ul#contact li {
    height: 40px; }
    ul#contact li img {
      vertical-align: middle;
      margin-right: 8px; }
