#logo {
  width:724px;
  height:166px;
  padding-top:35px;
}

body {
  background-color:#000;
  color:#0f0;
}

a {
  color:#007fff;
  text-decoration:none;
}

a:visited {
  color:#0050d0;
}

a:hover {
  color:#007fff;
  text-decoration:underline;
}

hr {
  margin-top:25px;
}

input[type='button'] {
  width:150px;
  height:30px;
  border:1px solid #0f0;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background-color:black;
  color:#0f0;
}

#quote {
  margin:20px;
}

.center {
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#closebutton {
  bottom:5px;
}

#overlay {
  display:none;
  background-color:#0a0;
  width:99.5%;
  height:99.5%;
  position:absolute;
  top:.25%;
  left:.25%;
  z-index:2;
  opacity:0.4;
  filter:alpha(opacity=40);
}

#contact {
  text-align:center;
  border:1px solid #0f0;
  background-color:black;
  display:none;
  position:absolute;
  z-index:3;
  width:50%;
  height:50%;
  top:25%;
  left:25%;
}