body {
    background-color: black;
}
center {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#header {
    background-image: url("./bg_ind_header_2.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 800px 600px;
    height: 600px;
    position: relative;
}

#btn_header_top {
    position: absolute;
    top: 180px;
    left: 150px;
}

#btn_header_med {
    position: absolute;
    top: 250px;
    left: 500px;
}

#btn_header_btm {
    position: absolute;
    top: 400px;
    left: 450px;
}

#btn_header_bbs {
    position: absolute;
    top: 300px;
    left: 50px;
}

#btn_header_twi {
    position: absolute;
    top: 450px;
    left: 150px;
}


#index_marquee {
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #00FF00;
}

.tb_root {
    margin-top: 1em;
    margin-bottom: 1em;
}

table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

h2.latest {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #CB630C;
    margin: 0 0 0 0;
}

div.latest {
    background-color: #FFF2BC;
    color: #000000;
    width: auto;
    padding: 10px;
}

p.latest {
    font-size: 20px;
    color: #000000;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;
}