
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}

body div.page {
    width: 960px;
    margin: auto;
    text-align: left;
}

#tabs {
    width:960px;
}

a { 
    color:#66BBE8;
}

div.header { 
    position: relative;
    margin-bottom: 10px;
}

div.header div.selector {
    position: absolute;
    right: 0;
    bottom: 0;
}

p.disclaimer {
    padding-top: 10px;
    clear: both;
    color: #aaa;
    font-size: 10px;
    text-align: center;
}

div.tabContent {
    clear: both;
}

div.player {
    float: left;
    width: 470px;
    margin-right: 10px;
}

iframe.stream {
    border: 0;
    padding: 0; margin: 0;
    width: 470px;
    height: 420px;
    float: right;
}

div.twitter {
    padding-top: 10px;
    clear: both;
}

div.twitter-profile {
    clear: both;
    font-size: 13px;
    height: 48px;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.twitter-profile .screen_name {
    font-size: 18px;
}

div.twitter-profile img {
    float: left;
    margin-right: 10px;
}

div.content {
    clear: both;
    overflow: hidden;
}

#tweetform {
    clear: both;
    margin: 0; padding: 0;
}

#tweetform textarea {
    width: 470px; 
    border: 1px solid #333;
    padding: 5px;
    display: block;
}