body#main, body#splash {
    background-color: #2e2b11;
}

body#splash, body#splash a {
    color: white;
    font-size: 12pt;
}

body#main {
    /*
    background-image: url("../images/bg-flowers.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    */
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div#whole_page {
    background: no-repeat url("../images/bg-flowers.jpg");
    background-position: top center;

    padding: 0px 0px 0px 0px;
    padding-top: 59px;
    height: 770;
}

.heading_div {
    max-height: 35px;
    /*text-align: center;*/
    /*display: inline-block;*/
    /*
    zoom:1;
    display:inline;
    */
}
/*

.heading_div div {
    zoom:1;
    display:inline;
}
    */

/*
<span style="width:400px;height:32px;display:inline-block;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='varyAlpha.png');
<img style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" src="varyAlpha.png" width="400" height="32" border="0" alt=""></span>
*/

.heading_img {
}
.heading {
    background-image: url("../images/tab-back.jpg");
}

.heading_selected {
    background-image: url("../images/tab-back-sel.jpg");
}

.heading_selected, .heading {
    background-position: top left;
    color: #e1cd13;
    cursor: pointer;
    font-size: 10pt;
    text-align: center;

    height: 35px;
    width: 110px;

    /* important because apparently mootools adds an extra div around the
     * element which you 'slideIn()' and that div blocks mouse events to the
     * tabs 
    */
    z-index: 100;
}

/* width: 160, height: 233 */
/* absolute: within its div of course */
#logo {
    position: absolute;
    /*left: ? */
    top: 229;
    left: 285px;
    opacity: 0.2;
    visibility: hidden;
}

#content_outer {
    height: 100%;
}

#movie_content {
    text-align: center;
}
#content_middle, #movie_content {

    height: 433px;
    width: 730px;
}

#content_middle_table {
    width: 730px;
    height: 433px;
}

#content_middle {
    padding-top: 43px;
    /*border: 1px solid red;*/
}

#content_middle_height_holder {
    min-height: 433px;
    max-width: 1px;
}

.main_text, .main_text table {
    line-height: 18pt;
    font-size: 8pt;
    text-align: left;
}

#content_inner {
    /* background color dynamic */
    /* opacity doesn't work because it will also affect the text. need to
     * use a .png with alpha channel */

    /*padding-top: 60px;*/
    width: 80%;
    height: 390px;
    /* auto works in firefox but not opera */
    overflow-y: scroll;
    text-align: left;
}

.tab_color_1 {
    background: url("../images/bg-1.png");
}
.tab_color_2 {
    background: url("../images/bg-2.png");
}
.tab_color_3  {
    background: url("../images/bg-3.png");
}
.tab_color_4 {
    background: url("../images/bg-4.png");
}
.tab_color_5 {
    background: url("../images/bg-5.png");
}
.tab_color_6 {
    background: url("../images/bg-6.png");
}
.tab_color_7 {
    background: url("../images/bg-7.png");
}
.tab_color_8 {
    background: url("../images/bg-8.png");
}
.tab_color_9 {
    background: url("../images/bg-9.png");
}
.tab_color_10 {
    background: url("../images/bg-10.png");
}
.tab_color_11 {
    background: url("../images/bg-11.png");
}
.tab_color_12 {
    background: url("../images/bg-12.png");
}


#media_player {
}

#pics_div {
    text-align: center;
}

/* 53 left, 111 top (from bg) */
#toggle_sound_img {
    /*
    position: absolute;
    top: 61px;
    left: 53px;
    */
    z-index: 10;
    cursor: pointer;
}

.custom-contents {
width: 80%;
}

#pics_div {
    padding-top: 70px;
}

