*{
margin: 0;
padding: 0;
}

html{
background: #000;
}

h1{
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;	
text-align: center;
}

div{
width: 600px;
position: relative;
left: 50%;
margin-left: -300px;	
top: 50px;
}