*{
	margin: 0;
	padding:0;
}

body {
	background-color: #fff;
	font-family: Verdana;
	font-size: 14px;
	background: #000 url("bg.jpg"/*tpa=../images/bg.jpg*/) no-repeat top center;
}

img {
	border: 1px solid #393b3d;
}

a {
	text-decoration: underline;
	color: #9a0000;
	font-size: 30px;
}

a:hover {
	text-decoration: none;
}

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


/***** Begin HEADER *****/
#header {
	height: 165px;
	background: url("header.png"/*tpa=../images/header.png*/) no-repeat;
	cursor: pointer;
	overflow: hidden;
}
/***** End HEADER *****/


/***** Begin ZONE 1 *****/
#zone1 {
	height: 435px;
	background: url("zone01.png"/*tpa=../images/zone01.png*/) no-repeat;
	text-align: center;
	padding-top: 8px;
	overflow: hidden;
}

#zone1 #pics_box {
	padding: 37px 60px 0 60px;
}

#zone1 #pics_box img {
	margin-bottom: 4px;
}

#zone1 #pics_box #scene {
	float: left;
	width: 382px;
	height: 345px;
	margin-left: 10px;
	background-color: #0c0d0e;
	color: #fff;
	text-align: left;
	font-size: 12px;
}

#zone1 #pics_box #scene p {
	margin: 0 8px 0 8px;
	height: 50px;
	overflow: hidden;
}

#zone1 #pics_box #scene #rating {
	float: left;
	width: 60px;
	font-weight: bold;
	margin-left: 8px;
}

#zone1 #pics_box #scene #stars {
	float: left;
	width: 68px;
	height: 16px;
	background: url("stars.jpg"/*tpa=../images/stars.jpg*/) no-repeat;
}

#zone1 #left {
	float: left;
	width: 241px;
}

#zone1 #right {
	float: right;
	width: 241px;
}
/***** End ZONE 1 *****/


/***** Begin ZONE 2 *****/
#zone2 {
	height: 337px;
	background: url("zone02.png"/*tpa=../images/zone02.png*/) no-repeat;
}

#zone2 #ad {
	width: 925px;
	height: 56px;
	position: relative;
	top: 8px;
	left: 38px;
	cursor: pointer;
}

#zone2 #pics {
	margin: 26px 0 0 55px;
}

#zone2 #pics img {
	margin-right: 15px;
}
/***** End ZONE 2 *****/


/***** Begin ZONE 3 *****/
#zone3 {
	height: 313px;
	background: url("zone03.png"/*tpa=../images/zone03.png*/) no-repeat;
	text-align: center;
	padding-top: 10px;
}

#zone3 #ad {
	width: 980px;
	height: 256px;
	position: relative;
	left: 11px;
	*left: 0px;
	top: 21px;
	cursor: pointer;
}
/***** End ZONE 3 *****/


/***** Begin FOOTER *****/
#footer  {
	height: 256px;
	background: url("zone04.png"/*tpa=../images/zone04.png*/) no-repeat;
}

#footer a {
	font-size: 11px;
	color: #0000ff;
}

#footer #ad {
	width: 982px;
	height: 105px;
	position: relative;
	left: 10px;
	top: 15px;
	cursor: pointer;
	margin-bottom: 45px;
}

#footer p {
	text-align: center;
	font-size: 11px;
	padding: 0 40px 10px 40px;
	margin-top: 10px;
}
/***** End FOOTER *****/
