body {
    background: #000000 url(../images/splash/bg.gif) repeat-x;
    margin: 0;
    padding: 0;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
}
a, a:hover {
    color: #990000;
    text-decoration: none;
}
#container {
    width: 100%;
    margin: 0 auto;
}
#header {
    padding-top: 90px;
    width: 100%;
    text-align: center;
}
#tagline {
    width: 100%;
    height: 32px;
    line-height: 36px;
    color: #FFF;
    background: url(../images/splash/tagline.gif) #FE0000 no-repeat top center;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

#main {
    width: 100%;
    height: 406px;
    background: #c8c8c8;
    border-top: 2px solid #000000;
}
#streaming {
    width: 100%;
    background: url(../images/splash/streaming.gif) #FE0000 no-repeat top center;
    height: 31px;
    margin: 2px 0 0 0;
        border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
#warning {
    margin: 15px auto 0 auto;
    background: url(../images/splash/warning.jpg) no-repeat top center;
    width: 736px;
    font-size: 9px;
    font-weight: normal;
    height: 66px;
    padding: 2px 7px;
}
#footer {
    margin-top: 15px;
    line-height: 26px;
    color: #FFF;
    text-align: center;
}
td {padding-right: 1px;}