body {
    background-color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

#main {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#stream {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    /*max-width: 1280px;*/

}

.title {
    position: relative;
    top: -16px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    font-size: 2em;
    text-align: center;
    /*border: black 1px solid;*/
}

.subtitle {
    position: relative;
    top: -8px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    font-size: 1.5em;
    text-align: center;
    /*border: solid red 1px;*/
}

#logo {
    position: relative;
    top: 10px;
    display: table;
    margin: 0 auto;
    padding-bottom: 25px;
}

#stream_off {
    position: relative;
    top: 100px;
    display: table;
    margin: 0 auto;
    font-size: 1.5em;
}

.container {
    margin: 20px auto;
    max-width: 854px;
}
