html, body {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(../img/gradient.png);
  background-attachment:fixed;
}

a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  
}

img {
  border: 0px;
}

div#outer {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  top: 30px;
  //border: 1px solid #ddd;
  
}

div.cleaner {
  clear: both;
  
}

div#header {
  height: 100px;
  margin: 0.5%;
}

div#menu {
  height: 20px;
  margin: 0.5%;
  padding: 0 20px 30px;
  border-bottom: 1px solid #edf3f3;
}

div#center {
  margin: 0.5%;
  float: left;
  width: 100%;
}

div#bottom {
  height: 150px;
  margin: 0.5%;
  height: 20px;
  border-top: 1px solid #ddd;
}

p.copyright {
    margin: 0;
    padding: 4px 0 0 5px;
    font-size: 10px;
    color: #888;
    font-family: Tahoma, Verdana;
}

div#header h1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    font-family: Trebuchet MS;
    font-size: 40px;
    color: #555;
}

a.specialLink {
  color: #820e0e;
  text-decoration: underline;
}

p {
  font-size: 13px;
}

