body {
  margin: 0px;
  padding: 0px;
  background-color: #000;
 	font: 12px Verdana;
 	color: #504f4c;
	}
#container {
	display: block;
  position: relative;
  width: 985px;
  height: 650px;
  margin: 50px auto;
  background: #fff url(../images/bg.gif) 0 0 no-repeat;
	}
#logo {
	display: block;
	position: absolute;
	width: 361px;
	height: 88px;
	left: 587px;
	top: 35px;
	background-repeat: no-repeat;
}
#content {
	display: block;
	position: absolute;
	left: 93px;
	top: 172px;
  width: 859px;
  height: 374px;
  background: transparent url(../images/bg_content.png) 0 0 no-repeat;
	}
#scrollHolder {
	display: block;
	position: absolute;
	left: 37px;
	top: 27px;
	width: 300px;
	height: 310px;
	overflow: hidden;
	}
#scrollHolder p {
	padding: 0 7px 0 0;
	}
#scrollBox {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#scrollBar {
	display: block;
	position: absolute;
	left: 350px;
	top: 27px;
	width: 16px;
	height: 310px;
	background: transparent url(../images/bg_scroll.gif) 0 0 no-repeat;
	}
#track {
 	height:310px;
 	width:16px;
	}
#handle {
	width:16px;
	height:44px;
	background: transparent url(../images/handle.gif) 0 0 no-repeat;
	cursor:move;
	}
	
#videoHolder {
	display: block;
	position: absolute;
	left: 376px;
	top: 1px;	
	width: 481px;
	height: 363px;
	background-color: #000;
	}
#thumbs {
	display: block;
	position: absolute;
	left: 484px;
	top: 555px;	
	width: 360px;
	height: 38px;
	}
#donate {
	display: block;
	position: absolute;
	right: 23px;
	bottom: 0;	
	width: 222px;
	height: 138px;
	background: transparent url(../images/bg_splat.gif) 0 0 no-repeat;
	}
#donate div.formHolder {
	display: block;
	position: absolute;
	right: 0;
	top: 45px;	
	width: auto;
	height: auto;
	text-align: center;
	}
	
a.videoBtn,
a.videoBtn:link,
a.videoBtn:active,
a.videoBtn:visited {
	display: block;
	width: 66px;
	height: 30px;
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	}
a.videoBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity: .60;
	opacity:.60;
	}
	
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #8c764d;
	}
a:hover {
	text-decoration: underline;
	}
	
ul.compact {
	margin:  0 0 0 20px;
	padding: 0;
	list-style-type: square;
	}
ul.compact li {
	margin: 4px 0 4px 0;
	padding: 0;
	}
	

h2 {
	display: inline;
	font: 22px Verdana;
	color: #f97b53;
	}

#img { border: 0; }
.main { font: normal 14px Verdana; }
.red, a.red { color: #aa7170; }