﻿html{
	background:#000 url(bg-html.png) repeat-y 50% 0;
	height:100%;
}
body{
	margin:0;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	position:relative;
	min-height:100%;
	background:url(bg-body.png) no-repeat 50% 0;
	min-width:1000px;
}
img{
	border-style:none;
	vertical-align:top;
}
*{outline:none;}
a{
	text-decoration:none;
	color:#ff0;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
	color:#6ff;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper{
	width:980px;
	margin:0 auto;
}
.header{
	width:980px;
	height:462px;
	overflow:hidden;
	position:relative;
}
.image1,
.image2,
.image3,
.image4{
	float:left;
}
.logo{
	display:none;
}
.nav{
	position:absolute;
	top:408px;
	left:105px;
}
.nav li{
	float:left;
	background:url(bullet.png) no-repeat 0 50%;
	padding:0 11px 0 44px;
}
.nav li:first-child{
	background:none;
	padding:0 15px 0 42px;
}
.nav a{
	display:block;
	height:48px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(bg-nav.png) no-repeat 0 1px;
}
.nav a.bookmark{
	width:306px;
	background-position:0 -48px;
}
.nav a.join{
	width:146px;
}
.nav a.archive{
	width:230px;
	background-position:0 -96px;
}
.main{
	width:100%;
	padding-bottom:20px;

}
.main:after{
	content:'';	display:block;	clear:both;
}
h2{
	height:77px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
h2 a{
	display:block;
	height:100%;
	position:relative;
}
.text-weird-gay{
	width:981px;
	background:url(text-weird-gay.png) no-repeat;
	margin-top:13px;
}
.text-monster-ass{
	width:994px;
	height:71px;
	background:url(text-monster-ass.png) no-repeat 50% 0;
	margin:15px -7px 0;
	position:relative;
}
.text-horny{
	width:951px;
	height:77px;
	background:url(text-horny.png) no-repeat;
	margin-top:14px;
	position:relative;
}
.text-bonus1{
	background:url(text-bonus1.png) no-repeat;
	width:763px;
	height:77px;
	margin-top:13px;
}
.text-bonus2{
	background:url(text-bonus2.png) no-repeat;
	width:773px;
	height:77px;
	margin-top:13px;
}
.text-bonus3{
	background:url(text-bonus3.png) no-repeat;
	width:785px;
	height:77px;
	margin-top:13px;
}
.text-one{
	background:url(text-one.png) no-repeat;
	width:946px;
	height:92px;
	margin-top:13px;
}
.block{
	width:979px;
	height:787px;
	overflow:hidden;
	position:relative;
	margin-top:12px;
	background:url(bg-block.png) no-repeat;
}
.block-top{
	margin-top:6px;
}
.btn-join{
	position:absolute;
	width:218px;
	height:212px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(btn-join.png) no-repeat;
	top:281px;
	left:382px;
}
.block span{
	position:absolute;
	padding:2px;
	overflow:hidden;
}
.block span a{
	display:block;
	background:#c20000;
}
.block .item1{
	top:0;
	left:0;
	width:481px;
	height:385px;
}
.block .item2{
	top:0;
	left:493px;
	width:235px;
	height:186px;
}
.block .item3{
	top:199px;
	left:493px;
	width:235px;
	height:186px;
}
.block .item4{
	top:0;
	left:741px;
	width:234px;
	height:385px;
}
.block .item5{
	top:398px;
	left:0;
	width:234px;
	height:385px;
}
.block .item6{
	top:398px;
	left:247px;
	width:234px;
	height:186px;
}
.block .item7{
	top:597px;
	left:247px;
	width:234px;
	height:186px;
}
.block .item8{
	top:398px;
	left:493px;
	width:482px;
	height:385px;
}
.block-bonus{
	width:980px;
	height:190px;
	overflow:hidden;
	margin-top:6px;
	margin-left:5px;
	background:url(bg-box.png) no-repeat;
}
.block-bonus a{
	float:left;
	margin-left:9px;
	padding:2px;
	display:inline;
}
.block-bonus a:first-child{
	margin:0;
}
.links-holder{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-left:5px;
}
.links-holder a{
	float:left;
	font:34px/38px Arial, Helvetica, sans-serif;
	background:#c20000;
	color:#000;
	padding:2px;
	text-align:center;
	width:298px;
	height:40px;
	margin-left:37px;
}
.links-holder a:first-child{
	margin:0;
}
.links-holder a:hover{
	text-decoration:none;
	border:2px solid #e25b05;
	padding:0;
	color:#fff;
}
.footer{
	width:100%;
	overflow:hidden;
	text-align:center;
	font:12px/14px Arial, Helvetica, sans-serif;
}