/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #efefef url(https://static.bestamateurnetwork.com/images/bg-body.png) 50% 0;
	color: #5c5c5c;
	font: 14px/24px Arial, Helvetica, sans-serif;
}
a {
	color: #5c5c5c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.main {
	background: url(https://static.bestamateurnetwork.com/images/bg-main.png) repeat-y 50% 0;
	padding-bottom: 5px;
}
.wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.wrapper .centered {
	width: 1200px;
	left: 50%;
	top:0;
	margin-left: -600px;
	position: relative;
	height: 500px;
}
*+html .right-corner {
	left: 999px;
}
.right-corner {
	width: 461px;
	left: 1200px;
	top: 0;
	position: absolute;
	background: url(https://static.bestamateurnetwork.com/images/right-corner.jpg) no-repeat;
	height: 500px;
}
.left-corner {
	width: 209px;
	left: -209px;
	top: 0;
	position: absolute;
	background: url(https://static.bestamateurnetwork.com/images/left-corner.jpg) no-repeat;
	height: 500px;
}
/* page holder ****************************************************************/
.container {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

/* header *********************************************************************/
.header {
	height: 378px;
	background: url(https://static.bestamateurnetwork.com/images/bg-header.jpg) no-repeat;
          margin-bottom: 100px;
}
.header h2 {
	padding: 285px 0 0;
	text-align: center;
	font-size: 56px;
	line-height: 62px;
	color: #000;
}
.header h2 span {
	display: block;
	font-size: 24px;
	line-height: 18px;
	color: #5c5c5c;
	font-weight: bold;
}
.header h2 b {
	color: #4f5d00;
}
.sites-list {
	margin: 50px 22px 0 19px;
	background: #fdf1d6;
	border-radius: 4px;
	padding: 1px 14px 15px 15px;
	position: relative;
}
.ico-sites {
	position: absolute;
	left: -19px;
	top: -47px;
	width: 215px;
	height: 64px;
	background: url(https://static.bestamateurnetwork.com/images/ico-sites.png) no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px #f89b38;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: -1px;
	padding-left: 9px;
}
.sites-list li {
	margin: 19px 0 0;
	background: #fff url(https://static.bestamateurnetwork.com/images/bg-box.png) no-repeat 100% 100%;
	border-radius: 4px;
	padding: 12px;
	position: relative;
	overflow: hidden;
}
.sites-list .site {
	float: left;
	width: 397px;
}
.sites-list .site img {
	display: block;
	border: 8px solid #fa9e31;
}
.sites-list .site-logo {
	position: absolute;
	left: 409px;
	bottom: 0;
}
.sites-list .site-logo img {
	display: block;
}
.sites-list .btn-free {
	position: absolute;
	right: 8px;
	bottom: 7px;
}

.sites-list .btn-free img {
	display: block;
}

.sites-list .site-desc {
	float: left;
	width: 697px;
	margin: -2px 0 0 12px;
	position: relative;
	z-index: 2;
	height: 144px;
	overflow: hidden;
}
.sites-list .site-desc strong {
	color: #80af00;
	font-size: 24px;
	text-transform: uppercase;
}

.sites-list .site-desc a {
  	color: #4F5D00;
  	font-weight: bold;
  	font-size: 15px;
  	float: right;
}

.sites-list .site-desc a:hover {
  	text-decoration: underline;
  
}
.btn-members img {
	display: left;
 margin: 15px 0 0 38px;
}

/* footer *********************************************************************/
#footer {
	background: url(https://static.bestamateurnetwork.com/images/bg-footer.png) no-repeat 50% 0;
	padding: 30px 0 15px;
	text-align: center;
}
#footer p {
	width: 720px;
	margin: 0 auto;
	padding-top: 12px;
	color: #5c5c5c;
	font-size: 12px;
	line-height: 16px;
}
#footer p.nopad {
	padding: 0;
	color: #5c5c5c;
}
#footer p a {
	color: #5c8b00;
	text-decoration: none;
}
#footer p a:hover{
	text-decoration: underline;
}
#footer p.colored {
	color: #5c5c5c;
}
#footer p.colored a {
	color: #5c5c5c;
}
#footer .webmaster {
	color: #b30404;
	font: 12px/14px "Trebuchet MS", Arial, Sans-serif;
	padding: 0;
}
#footer .webmaster a {
	color: #b30404;
}
#footer span {
	display: block;
	color: #5c8b00;
	font-size: 10px;
	padding-top: 10px;
}
