@font-face {
    font-family: 'Gibson-Regular';
    src: url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_5_0.eot');
    src: url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_5_0.eot?#iefix') format('embedded-opentype'),
         url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_5_0.woff') format('woff'),
         url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_5_0.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Gibson-Italic';
    src: url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_7_0.eot');
    src: url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_7_0.eot?#iefix') format('embedded-opentype'),
         url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_7_0.woff') format('woff'),
         url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_7_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Gibson-SemiBold';
    src: url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_6_0.eot?8c842036237a');
    src: url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_6_0.eot?#iefix') format('embedded-opentype'),
         url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_6_0.woff?8c842036237a') format('woff'),
         url('http://www-cdn.jtvnw.net/static/webfonts/gibson/webfonts/23485B_6_0.ttf?8c842036237a') format('truetype'); 
}

@font-face {
    font-family: 'BreakersSlab-Bold';
    src: url('http://www-cdn.jtvnw.net/static/webfonts/breakers_slab/webfonts/BreakersSlab-Bold-webfont.eot');
    src: url('http://www-cdn.jtvnw.net/static/webfonts/breakers_slab/webfonts/BreakersSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www-cdn.jtvnw.net/static/webfonts/breakers_slab/webfonts/BreakersSlab-Bold-webfont.woff') format('woff'),
         url('http://www-cdn.jtvnw.net/static/webfonts/breakers_slab/webfonts/BreakersSlab-Bold-webfont.ttf') format('truetype'),
         url('http://www-cdn.jtvnw.net/static/webfonts/breakers_slab/webfonts/BreakersSlab-Bold-webfont.svg#BreakersSlab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #FF0000;
}

body {
    background: #fff;
    text-rendering: optimizeLegibility;
}

h1 {
    font: normal 32px 'BreakersSlab-Bold', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    margin-top: 100px;
}

h2 {
    font: normal 20px 'BreakersSlab-Bold', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    margin-top: 40px;
}

p, ul {
    font: normal 16px 'Gibson-Regular', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7em;
    color: #666;
    margin-top: 10px;
}
    p.letter{
        font: normal 28px 'Gibson-Italic', 'Helvetica Neue', Arial, sans-serif;
        line-height: 2em;
        text-align: center;
        padding: 25px 0;
    }

b {
    font-family: 'Gibson-SemiBold', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

ul, li{
    margin-left: 30px;
}

.header {
    width: 100%;
    height: 58px;
    background: #1D2F41 url('http://www-cdn.jtvnw.net/static/images/redesign/header-bg.png')
}
    .jtv-logo {
        background: url('http://www-cdn.jtvnw.net/static/images/redesign/justintv-header-logo.png') 0px 11px no-repeat;
        display: inline-block;
        height: 58px;
        width: 144px;
        margin-left: 20px;
        text-indent: -9999px;
    }

.container {
    padding: 15px 0px;
    margin: 0 auto;
}

.content {
    width: 800px;
    margin: 0 auto;
    height: auto;
    padding: 30px;
}

    .content iframe {
        margin: 30px auto;
    }
