@charset "utf-8";
/* CSS Document */

body {
	background:#33012b url(http://www.trannyboys.net/images/bg-body.jpg) repeat-x;
	color:#580401;
	font:10px Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
}
a {
	color:#580401;
}
#page {
	background:url(http://www.trannyboys.net/images/bg-index.jpg) top center no-repeat;
	height:737px;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1050px;
}

/* RED THUMB CONTAINER */

#box {
	background:url(http://www.trannyboys.net/images/bg-box.jpg) top center repeat-y;
	left:10px;
	padding:0;
	position:absolute;
	top:440px;
	width:729px;
}
#box #foot {
	background:url(http://www.trannyboys.net/images/bg-box-foot.jpg) no-repeat;
	font-size:11px;
	height:30px;
	text-align:center;
	width:729px;
}
#box #foot a {
	font-weight:bold;
	text-decoration:none;
}
#box #foot a:hover {
	text-decoration:underline;
}

/* THUMBNAIL BOXES */

.tnbox {
	background:#fddc2e url(http://www.trannyboys.net/images/bg-tnbox.jpg) bottom left repeat-x;
	border:1px solid #971908;
	display:inline;
	float:left;
	margin:0 0 5px 5px;
	padding:3px 0;
	width:171px;
}
.tnbox a img {
	border:1px solid #971908;
	display:block;
	height:220px;
	margin:0 auto;
	width:165px;
}

/* ADS */

.ads {
	background:#C1160C;
	color:#FDDC2E;
	font-size:13px;
	margin:5px auto;
	padding:15px 5px;
	text-align:center;
	width:700px;
}
.ads a {
	color:#FDDC2E;
	font-weight:bold;
	text-decoration:underline;
}
.ads a:hover {
	text-decoration:none;
}


.clear {
	clear:both;
}
