/* ---------- Twang Brand Story -------- */

/* ---------- Page Container ---------- */

#background {
position: relative;
padding: 0;
text-align: center;
width: 781px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background-image: url(images/bg_plain.jpg);
background-repeat: repeat;
}

/* ---------- Top Logo & Images ---------- */

#masthead {
position: relative;
width: 781px;
height: 113px;
}

/* ---------- Left & Main Content Container ---------- */

#container {
margin-right: auto;
margin-top: -5px;
margin-left: 0px;
width: 773px;
}

#left_nav {
width: 169px;
float: left;
}

#main_bg_container {
width: 604px;
float: left;
margin-left: 0px;
margin-bottom: 25px;
background-image: url(images/bg_story.jpg);
height: 820px;
background-repeat: no-repeat;
}

/* -------- Our Story Page--------- */

#story_textbox {
width: 530px;
float:left;
top: 220px;
position: absolute;
left: 204px;
height: 280px;
padding-right: 10px;
z-index: 2;
}

#story_player {
width: 200px;
float: right;
top: 10px;
position: relative;
right: 40px;
z-index: 1;
visibility: visible;
overflow: visible;
}

/* ---------- Footer ---------- */

#footer {
height: 160px;
margin-top: -5px;
width: 773px;
position: relative;
background-color: #003366;
}

#footer p {
margin: 0px;
width: 100%;
padding-left: 5px;
padding-right: 5px;
text-align: center;
font-size: 70%;
color: #ffffff;
}