body {
 background: #222222;
 font-family: verdana;
 font-size: 10px;
 color: #0095cd;
}
a {
 color: #ff8500;
}
a:hover {
 color: #ffff00;
}
div#title {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -20px;
 margin-left: -130px;
 width: 260px;
 height: 40px;
 text-align: center;
}
h1 {
 font-size: 30px;
 margin: 0;
 padding: 0;
}

