html,body {
height: 100%;
}

div#homelogo {
margin: auto;
width: 1200px;
height: 500px;
background-image: url("logo.gif");
background-repeat: no-repeat;
background-position: 0px 100px;
}

div#homemain {
font-size: 24px;
width: 960px;
margin: auto;
padding: 50px;
background-color: #f4f4f4;
text-align: center;
}

div#container {
width: 100%; height: 100%; display: table;
}

div#position {
display: table-cell; vertical-align: middle; width: 100%; text-align: center;
}

span.shockingtruth {
text-transform: uppercase;
font-size: 36px;
line-height: .9em;
padding-left: 40px;
display: block;
background-repeat: no-repeat;
background-position: 0px 0px;
background-image: url("skullstar.png");
}