body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #eee;
}
body {
	background-color: #000;
	/*background-image:url(http://www.onetubesite.com/backgrounds/adult1.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a:link {
	color: #eee;
}
a:visited {
	color: #eee;
}
a:hover {
	color: #fff;
}
a:active {
	color: #eee;
}
.clear {
	clear:both;
}
.bg {
	/*position:absolute;*/
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
	overflow:hidden;
	z-index:-1;
	/*display:none;*/
}




/* LAYOUT */
.block {
	width:980px;
	margin:auto;
}
.transparant-block {
	width:980px;
	margin:auto;
	margin-bottom:15px;
	background-image:url(http://www.onetubesite.com/images/bg_transparency_ffffff.png);
	/*background-color:transparent;*/
	/*background-color:#fff;
	-moz-opacity:.25;
	filter:alpha(opacity=25);
	opacity:.25;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header {
	background-color:#000;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
}
#footer {
	background-color:#000;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	border-top:0px solid #ccc;
}


/* THUMBNAIL SETTINGS */
.thumbnail {
	float:left;
	width:136px;
	margin:5px;
	padding:5px;
	height:170px;
	overflow:hidden;
	border:0px solid #333;
	/*background-color:transparant;*/
	background-image:url(http://www.onetubesite.com/images/bg_transparency_ffffff.png);
}
.thumbnail img {
	width:136px;
	height:102px;
	border:1px solid #aaa;
}


