html, body {  margin: 0;  width: 100%;  background-color: #252525;  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}#content {  position:absolute;  top:50%; height:158px;  margin-top:-100px; /* negative half of the height */  width: 100%;  text-align: center;}.text {  width: 550px;  color: white;  margin-left: auto;  margin-right: auto;  font-size: 82%;}.text p {  margin: 3px 0;  padding: 0;}.text a {  color: #fcfcfc;  font-weight: bold;  text-decoration: none;}.text a:hover {  text-decoration: underline;}.text p.tagline {  font-size: 1.05em;}
