html
{
height: 100%;
margin: 0;
padding: 0;
}

body
{
background-color: black;
color: white;
margin: 0px;
font-family: Verdana, Geneva, Arial, Helvetica;
text-align: center;
}

h1#main
{
position:absolute;
top:50%;
left:50%;
letter-spacing: 15px;
height: 50px;
width: 300px;
line-height: 50px;
margin-left: -150px;
margin-top: -25px;
display: none;
}