html {
  background-color:#abcdef;
  display: table;
  height: 100%;
  width: 100%;
  #position: relative;
  overflow: hidden;
}

body {
  #position: absolute;
  _top: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-family: 'verdana';
}

div#content {
  margin: 0px auto 0px auto;
  width: 600px;
  vertical-align: middle;
  #position: relative;
  #top: -50%;
}

div#tagline {
  text-align: center;
  font-size: 50px;
}

div#text {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

a {
  color: black;
}

