html, body {
    height:100%;
}

html {
    background:#000 url("../img/bg.png"); 
    margin: 0; 
    padding: 0; 
    background-repeat: none;
}

body {
    margin: 0;
    padding: 100px 0 0 0;
    color: #fff;
    background: -moz-radial-gradient(center, ellipse cover, rgba(49,49,49,0.9) 0%, rgba(49,49,49,0.9) 1%, rgba(7,7,7,0.9) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(49,49,49,0.7) 0%,rgba(49,49,49,0.7) 1%,rgba(7,7,7,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(49,49,49,0.7) 0%,rgba(49,49,49,0.7) 1%,rgba(7,7,7,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc313131', endColorstr='#cc070707',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h1 {
	font-size: 40px;
	font-family: 'Roboto Slab', serif;
}	

hr {
    width: 75px;
    color: #ccc;
    margin-top: 50px;
    margin-bottom: 50px;
}

.wrapper {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.message {
    font-size: 20px;
	font-family: "Open Sans";
    padding-top: 20px;
}

.highlight {
    font-style: italic;
    font-weight: 700;
}

.address {
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 50px;
}

.emails, a {
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}