@font-face {
    font-family: 'futura_bk_btbook';
    src: url('tt0140m_-webfont.eot');
    src: url('tt0140m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0140m_-webfont.woff') format('woff'),
         url('tt0140m_-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body{
    font: normal normal 100% 'futura_bk_btbook', 'PT Sans', Arial, sans-serif;
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}

body{
    margin: 57px 0;
}

a{
    color: #fff;
}

h1{
    font-size: 280%;
    font-weight: normal;
    margin: 34px 0;
}

h2{
    font-size: 200%;
    font-weight: normal;
    margin: 26px 0;
}

p.social{
    margin-top: 60px;
}

p.social a{
    padding: 0 5px;
}

p.social a img{
    vertical-align: bottom;    
}