html {
scrollbar-base-color: #ef8211;
scrollbar-arrow-color: white;
scrollbar-track-color: #333333;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

body  {
	margin:0;
	padding:0;
	font-family:Tahoma;
	background: #262626
 repeat fixed top;
	font-size: 14px;
}

a {
	color:#ffcc00;
	text-decoration:none;
   font-size:12px;
}

a:hover {
	color:#FF3530;
	text-decoration:underline;
   font-size:12px;
}
#wrapper #middle table td {
	background-image: url(http://fuckinhorny.com/images/movieBG.png);
	color: #999999;
	border: 1px solid #666666;
}
.movieBox {
	height: 150px;
	width: 150px;
	border: 3px solid #FFFFFF;
}

img.left {
	float:left;
	padding:3px;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

img.right {
	float:right;
	padding:3px;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

img:hover {
	border:1px solid #FF3530;
	background:#FF3530;
}

#wrapper {
	height:100%;
	margin:auto;
	width:900px;
	color: #FFFFFF;
}

/********************* Search form  ******************/
.text {
	height:14px;
	width:110px;
}
/* Buttons */ 
.go {
	height:21px;
	width:65px;
	background:#ff7800;
	color:#FFFF00;
	font-family:helvetica;
	font-weight:normal;
}
/***************** TEXT IN THE HEADER **************************/
#top h1 {
	font-family:verdana, arial, times, georgia, sans-serif;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
	margin-top:1px;
	margin-left:0px;
	background-image: url(http://freeones.com/images/headingBG.png);
	background-repeat: repeat-x;
	}

/*************************** HEADER PROPERTIES ************************/
#top {
	margin:0 auto;
	padding:10px;
	height:35px;
	width:93%;
	}

/************************ LEFT SIDE COLUMN *****************/
#left {
	float:left;
	padding:0px 1px 1px;
	width:22%;
	display: block;
	}

	
#left h1, #right h1 {
	font-size:12px;
	font-family:Tahoma;
	border-bottom:1px solid #c4c4c4;
	background-image: url(http://freeones.com/images/headingBG.png);
	background-repeat: repeat-x;
	height: 24px;
	padding: 5px 10px 0px;
}
.menu {
	background-image: url(http://fuckinhorny.com/images/menuBG.png);
	height: 15px;
	width: 97%;
	display: block;
	padding: 2px;
	background-repeat: repeat-x;
	background-position: top;
	border: 1px dotted #666666;
}

#left p {
	font-size:10px;
	padding-bottom:10px;
	margin-top:-3px !important; /*****  FIREFOX  *****/
	margin-top:-14px;             /***** INTERNET EXLORER *****/
	color:#FFFFFF;
}	
.scroller {
	height: 1400px;
	overflow: scroll;
	display: block;
	margin-top: 0px;
   
}

/************************** MAIN CONTENT IN MIDDLE ******************/

#middle {
	float:left;
	width:44%;
	padding-left:3.5%;
	padding-right:3.5%;
}
	
#middle p, p {
	font-size:11px;
	color:#CCCCCC;
}

#middle h1 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #c4c4c4;
	background-image: url(http://freeones.com/images/headingBG.png);
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
/***************************  RIGHT COLUMN  *********************/
#right {
	float:left;
	font-size:11px;
	width:220px;
	line-height:1.6em;
}

#right a {
	line-height:2em;
	
}

#right br {
	line-height:0.7em;
}
/********************************************    FOOTER  *****************/
#footer {
	border-top:1px solid #c4c4c4;
	padding-top:5px;
	text-align:center;
	width:90%;
	margin:0 auto;
	clear:both;
}
.footer {
	margin-top:-2px;
	color: #FFFFFF;
}	
/******************************************** Text around movies  *****************/
font.movieInfo {
   font: normal 9px sans-serif;
	color: #FFFFFF;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	width: 100%;
	text-align: center;
	background-image: url(http://freeones.com/images/logo1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.thumbs {
	border: 1px solid #FFFFFF;
}