/* general styles *************************************************************/
*{
	margin:0px auto;
	padding:0;
	font-size:1em;
}
html{
	height:100%;
	min-width:1000px;
	background:#2a2a2a url(../images/bg-body.jpg) repeat-x 50% 0;
}
body{
	font:12px/14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	min-height:100%;
	position:relative;
	color:#000;
	background:url(../images/big-pic-top.jpg) no-repeat 50% 0;
}
a{
	color:#e1a513;
}
a:hover{
	text-decoration:none;
}
a *{
	cursor:pointer;
}
img{
	border:none;
}
ul,
ol{
	list-style:none;
}

.container{
	background:url(../images/big-pic-bot.jpg) no-repeat 50% 305px;
}
.content{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
h1{
	width:275px;
	height:110px;
	overflow:hidden;
	font:bold italic 14px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#fff654;
	margin:408px 0 0 359px;
}
.joinnow{
	position:absolute;
	width:600px;
	height:125px;
	overflow:hidden;
	text-indent:-9999px;
	left:0;
	top:493px;
}
.buts{
	margin:149px 0 0;
	width:100%;
	overflow:hidden;
}
.buts li{
	float:left;
	padding-left:57px;
}
.buts li:first-child{
	padding-left:37px;
}
a.join{
	float:left;
	margin:4px 0 0;
	width:242px;
	height:68px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/but-join.png) no-repeat;
}
a.offer{
	float:left;
	width:332px;
	height:77px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/but-offer.png) no-repeat;
}
a.members{
	float:left;
	margin:4px 0 0;
	width:242px;
	height:68px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/but-members.png) no-repeat;
}
.footer{
	background:url(../images/bg-footer.jpg) no-repeat;
	padding:94px 0 0;
	text-align:center;
}
.footer li{
	display:inline;
	border-left:1px solid #5d5d5d;
	padding:0 10px 0 13px;
	text-transform:uppercase;
}
.footer li:first-child{
	border:none;
}