* {
 margin: 0;
 padding: 0;
 border: 0;
 font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 align: center;
 background-color: #000;
}

#container {
 position: absolute;
 display: table;
 vertical-align: middle;
 width: 560px;
 height: 500px;
 top: 50%;
 left: 50%;
 margin-top: -250px;
 margin-left: -280px;
}

#header {
 color: #242;
 font-size: 5em;
 margin-bottom: 50px;
}

#footer {
 color: #131;
 font-size: .5em;
}

#content {
}
