#spinner {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#throbber {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	background: transparent url(../img/throbber.gif) center no-repeat;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

div.disabled {
    display: inline;
    float: none;
    clear: none;
    color: #C0C0C0;
}

body {
    background: #000000 url(../img/background.jpg) repeat-y scroll center center;
/*    background-color: #0D0D0D;*/
    color: #ffffff;
}

th {
    font-size: 150%;
}

ul, li {
    margin: 0 40px;
}

#container {
    margin: 0 auto;
    width: 808px;
    border-left: 1px solid #2F0B55;
    border-right: 1px solid #2F0B55;
}

#header {
    text-align: center;
}

div#nav {
    clear: both;
/*    position: relative;*/
    width: 808px;
    height: 35px;
/*	overflow: hidden;*/
    text-align: right;
    color: #fff;
    padding-top: 11px;
    font-size: 75%;
    font-weight: bold;
    background: #000000 url('../img/topmenu_background.png') repeat-x;
}

div#nav * {
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
}

#content {
    background-color: #0D0D0D;
    color: #ffffff;
}

#stream-container {
/*    position: absolute;*/
/*    width: 100%;*/
/*    left: 0;*/
    background-color: #0D0D0D;
    text-align: center;
}

/*#stream {*/
/*    width: 1000px;*/
/*    height: 550px;*/
/*}*/

#footer {
    background-color: #212121;
    color: #909090;
    font-size: 75%;
}

#footer a {
    color: #909090;
}
