#header {
    width: 1205px;
}

.header-image {
    width: 1205px;
    text-align: center; 
    background: url(/static/images/header-back.png) 76px 158px repeat-x;
}

.section {
  width: 1205px;
  margin: 0px auto 10px auto;
  text-align: left;

  padding-bottom: 5px;
  background-color: #13295B; /*#5280DE; /*#516AA3;*/
}

.span1,
.span2,
.span2_5,
.span3,
.span3_5,
.span4,
.span5,
.span6 {
  float: left;
  width: 200px;
}

.span2 { width: 400px; }
.span2_5 { width: 500px; }
.span3 { width: 600px; }
.span3_5 { width: 700px; }
.span4 { width: 800px; }
.span5 { width: 1000px; }
.span6 { width: 1200px; }

.menu {
    margin-left: 145px;
}

.video-box {
    height: 450px;
}

.twitter-users {
    margin-left: 20px;
}

#tweetchat-input {
    width: 355px;
}

#chat-container {
    height: 605px;
}

#tweetchat {
    height: 420px;
}

#chat-twitch-container {
    height: 560px;
}
