body {
	background: #000 url('/images/bg.png') repeat-y center 0 fixed;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

a img { border: 0px; }

.ad {
	background-image: url('/images/frbg.png');
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#wrapper {
	width: 970px;
	margin-left: -485px;
	left: 50%;
	position: absolute;
	background: black;
	background-image: url('/images/plugbg.png');
}
#top {
	float: left;
	position: relative;
	width: 970px;
	height: 195px;
	background-image: url('/images/top.png');
}
#top .ad {
	position: absolute;
	width: 728px;
	height: 90px;
	right: 9px;
	top: 7px;
	overflow: hidden;
}
#navbar {
	float: left;
	width: 970px;
	height: 38px;
	background: url('/images/end.png') right 0 no-repeat;
}
#navbar a {
	float: left;
	display: block;
}
#navbar a img {
	height: 38px;
}
#adrow {
	margin-top: 14px;
	float: left;
	width: 970px;
}
#adrow .ad {
	border: 2px solid white;
	float: left;
	display: inline;
	margin-left: 13px;
}
#content {
	float: left;
	width: 651px;
}
#content .hotvideos {
	width: 651px;
	height: 68px;
	background-image: url('/images/hotvideos.png');
	float: left;
}
#sidebar {
	overflow: hidden;
	float: left;
	width: 319px;
}
#sidebar .ad {
	margin-top: 21px;
	width: 300px;
	min-height: 250px;
	float: left;
	display: inline;
}
#sidebar .links {
	overflow: hidden;
	margin-top: 2px;
	width: 300px;
	float: left;
	display: inline;
	background-image: url('/images/frbg.png');
}
#sidebar .links #friends {
	width: 300px;
	height: 27px;
	background-image: url('/images/friends.png');
	float: left;
}
#sidebar .links #referrers {
	width: 300px;
	height: 27px;
	background-image: url('/images/referrers.png');
	float: left;
}
#sidebar .links a {
	float: left;
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}
#plugs .plug {
	width: 137px;
	height: 176px;
	background-image: url('/images/plugsbg.png');
	float: left;
	margin-left: 17px;
	margin-bottom: 17px;
	display: inline;
	overflow: hidden;
}
#plugs a:hover {
	text-decoration: none;
}
#plugs a img {
	border: 0;
	margin: 7px 8px;
	width: 119px;
	height: 89px;
	display: inline;
	float: left;
}
#plugs .desc {
	width: 119px;
	margin: 0 9px;
	height: 58px;
	overflow: hidden;
	float: left;
	display: inline;
}
#plugs .views {
	width: 130px;
	float: left;
	display: inline;
	text-align: right;
	font-size: 7pt;
	margin: 0 3px;
	color: #03c6ff;
}

#bottom {
	float: left;
	width: 970px;
	height: 88px;
	background-image: url('/images/bottom.png');
}

