body {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  background: white; 
  color: #444;
  font-size:.9em;
  width:400px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

h1 {
  font-family: Neuropol, sans-serif;
  font-weight: normal;
  background:#aed064;
  -webkit-border-bottom-left-radius:.3em;
  -webkit-border-bottom-right-radius:.3em;
  -webkit-box-shadow:0px .08em .08em rgba(0,0,0,.1);
  -moz-border-radius-bottomleft:.3em;
  -moz-border-radius-bottomright:.3em;
  -moz-box-shadow:0px .08em .08em rgba(0,0,0,.1);
  border:2px solid #98b94e;
  text-shadow:0px -.08em .08em #98b94e;
  color: white;
  -webkit-box-reflect:below .1em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(0,0,0,.3)));
  margin: 4px 6px 1em 6px;
  position:fixed;
  top:1px;
  width:385px;
}

a {
  padding:1px 3px 1px 3px;
  text-decoration:none;
  color: #ffa96a;
}
  
a:visited {
  color: #ffa96a;
}

a:active {
  color: #ff7700;
}
a:hover {
  text-decoration:underline;
}

#main {
  height:400px;
  overflow:auto;
  display:table;
  #position: relative;
  overflow: hidden;
  text-align:center;
  width:100%;
}

#main_cell {
  #position: absolute;
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}

#main_ie {
  #position: relative;
  #top: -50%;
}

#footer {
  border: 2px solid #f39753;
  background: #ffa96a;
  margin-top:20px;
  padding-bottom:4px;
  text-align:center;
  -webkit-border-radius:5px;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,.2);
  -moz-border-radius:5px;
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,.2);
}

#footer a {
  display:inline-block;
  margin:0px 8px;
  color:white;
}
#contact_form input[type=text], #contact_form textarea {
  width:300px;
}

#contact_form th {
  text-align:right;
}

#errors {
  color: red;
  font-weight: bold;
  text-align:left;
}

#notice {
  font-weight:bold;
}

#main_logo {
  position:absolute;
  top:0px;
  -webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(0,0,0,.3)));
}