@charset "utf-8";
/* CSS Document */
html {
	background-color:#fff;
}
body {
	background-image:url(http://i.activmature.com/img/mainbg.jpg);
	background-repeat:repeat-x;
	color:#000;
	font-family:Arial;
	font-size:12px;
}
.clear {
	clear:both;
}
.bigt {
	width:180px;
	height:240px;
	margin:10px;
	border:solid 1px #e4c2b7;
}
.smallt {
	width:135px;
	height:180px;
	margin:10px;
	border:solid 1px #e4c2b7;
}
.tbb {
	float:left;
}
a {
	font-size:12px;
	color:#d72222;
	font-family:Arial;
	text-transform:uppercase;
}
a.big {
	font-size:30px;
	color:#d72222;
	font-family:Arial;
	font-weight:bold;
}
.bg {
	position:relative;
	background-image:url(http://i.activmature.com/img/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
}
table {
	text-align:left;
	margin-top:50px;
}
.txtb {
	width:100%;
	font-size:11px;
	margin:20px;
}
.toptxt {
	position:absolute;
	text-align:right;
	font-size:11px;
	top: 132px;
	right:47px;
}
.header {
	position:relative;
	width:100%;
	height:150px;
}
.main {
	position:relative;
	width:100%;
	background-color:#fff;
	border:solid 1px #f0cfee;
}
.maininside {
	position:relative;
	width:100%;
	background-color:#fff;
	border:solid 1px #f0cfee;
}
.footer {
	margin-top:50px;
	position:relative;
	width:800px;
	height:209px;
	background-image:url(http://i.activmature.com/img/footer.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
}
.ftxt {
	width:342px;
	position:absolute;
	top: 11px;
	font-size:11px;
	left: 392px;
}

