﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	background-image: url('../images/blacklabel-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #f8f5f5;
}
em {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #fd0114;
}
#wrapper {
	width: 993px;
	height: auto;
	margin: auto;
}
#header {
	width: 100%;
	height: 130px;
	overflow: hidden;
}
#header #logo {
	background-image: url('../images/blacklabel-logo.png');
	background-repeat: no-repeat;
	width: 403px;
	height: 80px;
	float: left;
	margin: 36px 0 0 5px;
}
#content {
	width: 100%;
	height: auto;
	float: left;
}
#content #box-background-top {
	background-image: url('../images/blacklabel-wrapper-background-top.jpg');
	background-repeat: no-repeat;
	height: 53px;
	width: 100%;
	float: left;
}
#content #box-background-center {
	background-image: url('../images/blacklabel-wrapper-background-center.jpg');
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
	float: left;
}
#content #box-background-center #left-content-top {
	width: 741px;
	height: auto;
	float: left;
	margin: -35px 0 0 8px;
	position: relative;
	z-index: 1;
}
#content #box-background-center #left-content-top #image-content {
	float: left;
	margin: 0 0 0 5px;
	width: auto;
	height: auto;
}
#content #box-background-center #left-content-title {
	background-image: url('../images/blacklabel-center-heading.jpg');
	background-repeat: no-repeat;
	width: 741px;
	height: 61px;
	float: left;
}
#content #box-background-center #left-content-title h1 {
	font-family: Verdana;
	font-size: 30px;
	font-weight: normal;
	float: left;
	margin-top: 13px;
	padding-left: 75px;
}
#content #box-background-center #left-content-top a img {
	border: 2px #cbcaca solid;
	float: left;
	margin: 3px;
}

#content #box-background-center .right-content {
	width: 226px;
	height: auto;
	float: left;
	text-align: center;
}
#content #box-background-center #top {
	float: left;
	margin: -27px 0 0 7px;
	position: relative;
	z-index: 1;
}
#content #box-background-center #bottom {
	float: left;
	margin: 22px 0 0 8px;
}
#content #box-background-center #bottom-last {
	float: left;
	margin: -5px 0 0 9px;
}
#content #box-background-center #bottom a img {
	border: 2px #cbcaca solid;
	margin-top: 15px;
}
#content #box-background-center #bottom-last a img {
	border: 2px #cbcaca solid;
	margin-top: 15px;
}
#content #box-background-center .right-content p {
	width: 210px;
	float: left;
	height: auto;
	color: #c0b9b9;
	text-align: justify;
	margin: 5px 0 0 8px;
	line-height: 16px;
}
#content #box-background-center .right-content #visit {
	color: #fd0114;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	float: left;
	margin: 15px 0 0 45px;
}
#content #box-background-center .right-content-title {
	background-image: url('../images/blacklabel-right-box-head.jpg');
	background-repeat: no-repeat;
	height: 33px;
	width: 100%;
	float: left;
}
#content #box-background-center .right-content-title h4 {
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#content #box-background-center #download {
	margin: 5px 0 5px 16px;
	width: 955px;
	height: 98px;
	float: left;
}
#content #box-background-center #download a img {
	border: 0px;
}
#content #box-background-center #left-content-bottom {
	width: 741px;
	height: auto;
	float: left;
	margin: 0 0 0 8px;
}
#content #box-background-center #left-content-bottom #image-content-bottom {
	float: left;
	margin: 0 0 0 5px;
	width: auto;
	height: auto;
}
#content #box-background-center #left-content-bottom a img {
	border: 2px #cbcaca solid;
	float: left;
	margin: 3px;
}
#content #box-background-center #skin-girls {
	margin: 5px 0 5px 16px;
	width: 955px;
	height: 98px;
	float: left;
}
#content #box-background-center #skin-girls a img {
	border: 0px;
}
#content #box-background-bottom {
	background-image: url('../images/blacklabel-wrapper-background-bottom.jpg');
	background-repeat: no-repeat;
	height: 12px;
	width: 100%;
	float: left;
}
#footer {
	width: 100%;
	height: 90px;
	float: left;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 10px;
}
#footer ul li {
	display: inline;
	margin: 5px;
	font-size: 11px;
	color: #746868;
	line-height: 30px;
}
#footer ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #7c050e;
}
#footer p {
	margin: 7px;
	color: #aeabab;
}




