html {
    overflow: auto;
}

body {
    overflow: hidden;
    background-color: #010101;
}

body#main {
    background: url(/_images/struct/bg.jpg) fixed;
    color: #808080;
}

body#frame {
    overflow: auto;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #808080;
}

body#frame li {
    margin: 10px auto;
}

#tv {
	width:385px;
	height:298px;
	z-index:1;
	margin: 89px 0 0 88px;
}

#container {
    position: fixed;
   _position:absolute;
   _top:expression( eval(document.body.scrollTop) + 'px' );
}

marquee#db {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #AE0087;
	font-size: 10px;
	width: 341px;
	height: 17px;
	margin: 10px 0 0 115px;
}

*+html marquee#db {
    padding-top: 10px; /* IE7.0 */
}

/* Begin Menu */
#news {
	position:fixed;
	margin: 80px 0 0 24px;
}

#bio {
	position:fixed;
	margin: 120px 0 0 25px;
}

#lyrics {
	position:fixed;
	margin: 156px 0 0 28px;
   _margin-top: -5px;
}

#media {
	position:fixed;
	margin: 186px 0 0 28px;
}

#shows {
	position:fixed;
	margin: 212px 0 0 30px;
}

#links {
	position:fixed;
	margin: 250px 0 0 28px;
}

#board {
	position:fixed;
	margin: 283px 0 0 26px;
}

#other {
	position:fixed;
	margin: 308px 0 0 26px;
}

#search {
	position:fixed;
	margin: 358px 0 0 3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Webkit Fixing Hack */
     #search { margin: 350px 0 0 -5px; }
}
/* End Menu */

/* Begin Links */
a:link {
	color: #AE0087;
	text-decoration:none;
}
a:visited {
	color: #AE0087;
	text-decoration:none;
}
a:active {
	color: #CC3399;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
/* End Links */

.txt_header {color: #AE0087;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

hr {
	background-color: #808080;
	height:1px;
	border-width:0;
}

.hidden {
    display:none;
}

@media all and (min-width: 0) { /* Opera */
.hidden {
    display:inline;
	visibility:hidden;
}
}
