html, body{width: 100%; height: 100%; display: block; background: #000; color: #fff; font-family: verdana, arial, sans-serif;}

.container{display: block; width: 100%; height: 100%; }
.box{position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -85px;
    margin-top: -48px;}

h1{ font-size: 48px; line-height: 58px; display: inline-block;}
h1 span.red{color: #f92400;}
h2{ font-size: 20px ; line-height: 38px; display: inline-block; color: #999999;}