*{
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	font-size: 90%;
	text-align: center;
	color: black;
	background-color: white;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
}
a:hover {
text-decoration: underline;	
color: red;
}
img {
border: 0px
}
#main {
margin: auto;
width: 1024px;
text-align: center;
/* background-color: Fuchsia; */
}
#logo {
height: 65px;
overflow: none;
background: transparent url(/images/xvideo-logo.png) 40px center no-repeat;
}
#bookmark {
overflow:hidden;
float: right;
padding-top: 7px;
padding-right: 6px;
}

div.thumbs{
padding-left: 0px;
}
div.thumbs #info {
	font-size: 12px;
	width: 247px;
	height: 236px;
	border: 1px solid #8B4513;
	background-color: #FFF8DC;
	float: left;
	margin: 3px;
	overflow:hidden;
	text-align: left;
}
div.thumbs #info:first {	
	clear:left;	
}
#info p{
	margin-left: 5px;
	text-transform: capitalize;
}
div.thumbs a img {
	width: 240px;
	height: 180px;
	margin: 2px;
	border: 1px solid black;
	float: left;
	background: url(/images/loading.gif) center center no-repeat;
}
div.thumbs a:hover img {
	border: 1px solid red;
}

#bottom{
clear:both;
height: 60px;
margin: 0 auto;
padding-top: 40px;
text-align: center;
font-size: 11px;
}

.toplist {
margin-top:0px; 
margin-left: 1px;
margin-bottom:20px; 
/* text-align:center; */
}

.toplist a {
margin:0px; 
width: 242px;
height: 205px;
float:left;
font-size:18px; 
font-weight: bold;
text-transform: capitalize;
text-align: center;
margin-left: 1px;
padding-right: 3px;
overflow:hidden;
/*padding-left: 34px;
background: transparent url(/images/bullet.jpg) 6px 3px no-repeat; */
}

.toplist a:hover {
text-decoration:underline;
color: red;
}

.toplist a img {
width: 240px;
height: 180px;
margin: 2px;
margin-left: 0px;
border: 1px solid black;
}

#topsites{
height:20px;
/* background: transparent url(/images/topsites.jpg) center center no-repeat;	*/
} 

.links{
padding: 20px 0px 26px 2px;
overflow: hidden;
vertical-align: bottom;
}
html:first-child .links{
	padding: 30px 0px 15px 2px;			
}
.links .left{
	clear: left;
	float: left;
}
.links .center{
	float: left;
}
.links .right{
	float: left;
}
.links div {
text-align:left;
padding: 0;
margin-right: 1px;
width: 250px;
overflow: hidden;
}
.links div a{
margin:0;
font-size: 18px;
font-weight: bold;
/* color: #3091b9; */
padding: 0 0 10 15px;
text-decoration: none;
}
.links div a:hover{
font-weight: bold;
color: #FF4500;
}

div.clearfloat {
clear: both; 
}

.c{
display: block;
clear:both;
height: 0;
font-size: 0px;
overflow: hidden;
}

