*{
	margin: 0;
	padding:0;
}

body {
	background: #ededed url(../images/bg.gif) repeat-x;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	color: #3e424a;
	font-size: 30px;
}


a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 1200px;
	margin: auto;
}

#header {
	height: 364px;
	background: url(../images/header.jpg) no-repeat;
}


/***** Begin ZONE 01 *****/
#zone01 {
	height: 440px;
	background: url(../images/zone01.gif) no-repeat;
	padding: 10px 120px 0 120px;
	overflow: hidden;
	text-align: center;
}

#zone01 #player01 {
	float: left;
}

#zone01 #player02 {
	float: right;
}

#zone01 #player01, #zone01 #player02 {
	width: 471px;
	height: 371px;
	margin: 18px 0 0 2px;
}

#zone01 #porn01, #zone01 #porn02 {
	width: 460px;
	height: 320px;
	margin: 6px 0 0 5px;
}

#zone01 #player01 a .play_preview {
	float: left;
	width: 169px;
	height: 32px;
	background: url(../images/play_preview01.png) 0 -32px no-repeat;
	margin: 6px 0 0 5px;
	cursor: pointer;
}

#zone01 #player02 a .play_preview {
	float: left;
	width: 169px;
	height: 32px;
	background: url(../images/play_preview02.png) 0 -32px no-repeat;
	margin: 7px 0 0 5px;
	cursor: pointer;
}

#zone01 #player01 a:hover .play_preview {
	background: url(../images/play_preview01.png) 0 -2px no-repeat;
}

#zone01 #player02 a:hover .play_preview {
	background: url(../images/play_preview02.png) 0 -3px no-repeat;
}

#zone01 #player01 a .download, #zone01 #player02 a .download {
	float: right;
	width: 135px;
	height: 27px;
	background: url(../images/download.png) 0 0 no-repeat;
	margin: 8px 10px 0 0;
	cursor: pointer;
}

#zone01 #player01 a:hover .download, #zone01 #player02 a:hover .download {
	background: url(../images/download.png) 0 -27px no-repeat;
}
/***** End ZONE 01 *****/


/***** Begin ZONE 02 *****/
#zone02 {
	height: 197px;
	background: url(../images/zone02.gif) no-repeat;
	overflow: hidden;
	padding: 53px 0 0 139px;
}

#zone02 img {
	margin-right: 11px;
}
/***** End ZONE 02 *****/


/***** Begin ZONE 03 *****/
#zone03 {
	height: 407px;
	background: url(../images/zone03.gif) no-repeat;
	overflow: hidden;
	padding: 0 120px 0 120px;
}

#zone03 #player03 {
	float: left;
}

#zone03 #player04 {
	float: right;
}

#zone03 #player03, #zone03 #player04 {
	width: 471px;
	height: 371px;
	margin: 15px 0 0 2px;
}

#zone03 #porn03, #zone03 #porn04 {
	width: 460px;
	height: 320px;
	margin: 9px 0 0 5px;
}

#zone03 #player03 a .play_preview {
	float: left;
	width: 169px;
	height: 27px;
	background: url(../images/play_preview03.png) 0 -32px no-repeat;
	margin: 6px 0 0 5px;
	cursor: pointer;
}

#zone03 #player04 a .play_preview {
	float: left;
	width: 169px;
	height: 26px;
	background: url(../images/play_preview04.png) 0 -32px no-repeat;
	margin: 7px 0 0 5px;
	cursor: pointer;
}

#zone03 #player03 a:hover .play_preview {
	background: url(../images/play_preview03.png) 0 -6px no-repeat;
}

#zone03 #player04 a:hover .play_preview {
	background: url(../images/play_preview04.png) 0 -7px no-repeat;
}
/***** End ZONE 03 *****/


/***** Begin ZONE 04 *****/
#zone04 {
	height: 438px;
	background: url(../images/zone04.gif) no-repeat;
	overflow: hidden;
	text-align: center;
	padding: 0 120px 0 119px;
}

#zone04 #ad {
	width: 961px;
	height: 282px;
	background: url(../images/ad.jpg) no-repeat;
	margin-top: 10px;
}

#zone04 a #enter {
	width: 948px;
	height: 88px;
	background: url(../images/enter.png) 0 0 no-repeat;
	margin: 10px 0 0 10px;
}

#zone04 a:hover #enter  {
	background: url(../images/enter.png) 0 -88px no-repeat;
}
/***** End ZONE 04 *****/


/***** Begin FOOTER *****/
#footer {
	background: url(../images/footer.gif) no-repeat;
	text-align: center;
	padding: 20px 120px;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
}

#footer a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
/***** End FOOTER *****/

