*{
	margin: 0;
	padding:0;
}

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

img {
	border: 1px solid #c2c2c1;
}

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

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

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

#leg {
	float: left;
	width: 166px;
	height: 877px;
	background: url(../images/leg.jpg) no-repeat;
	position: relative;
	left: -166px;
}

/***** Begin HEADER *****/
#header {
	width: 1008px;
	height: 877px;
	background: url(../images/header.jpg) no-repeat;
	text-align: center;
	*margin-top: -877px;
}

#header #link {
	width: 514px;
	height: 193px;
	position: relative;
	top: 555px;
	left: 30px;
	cursor: pointer;
}

#header #players {
	float: right;
	width: 402px;
	margin: -142px 40px 0 0;
}

#header .player {
	margin-bottom: 20px;
}

.player .play_preview_bar {
	width: 397px;
	height: 26px;
	background: url(../images/movie_player.gif) no-repeat;
	margin-top: -1px;
	*margin-top: -4px;
	padding: 5px 0 0 5px;
}

#header .player .play_preview_bar #play_preview01 {
	width: 145px;
	height: 21px;
	background: url(../images/hd_preview01.png) no-repeat;
}

#header .player .play_preview_bar #play_preview02 {
	width: 145px;
	height: 21px;
	background: url(../images/hd_preview02.png) no-repeat;
}

#header a#watch {
	font-size: 45px;
	position: relative;
	top: -105px;
	*top: 10px;
}
/***** End HEADER *****/


/***** Begin ZONE 01 *****/
#zone01 {
	height: 512px;
	background: url(../images/zone01.gif) no-repeat;
}

#zone01 #players {
	float: left;
	width: 402px;
	margin: -24px 0 0 42px;
}

#zone01 .player {
	margin-bottom: 215px;
}

#zone01 .player .play_preview_bar #play_preview03 {
	width: 145px;
	height: 21px;
	background: url(../images/hd_preview03.png) no-repeat;
}

#zone01 .player .play_preview_bar #play_preview04 {
	width: 145px;
	height: 21px;
	background: url(../images/hd_preview04.png) no-repeat;
}

#zone01 #pics {
	float: right;
	width: 475px;
	height: 398px;
	margin: -26px 38px 0 0;
	padding: 20px 15px;
}

#zone01 #pics p {
	line-height: 20px;
	height: 80px;
}

#zone01 #pics #left {
	float: left;
	width: 275px;
}

#zone01 #pics #left img {
	margin: 0 3px 13px 0;
}

#zone01 #pics #right {
	float: right;
	width: 190px;
}

#zone01 #pics #right img {
	margin-bottom: 10px;
}
/***** End ZONE 01 *****/


/***** Begin ZONE 02 *****/
#zone02 {
	height: 525px;
	background: url(../images/zone02.gif) no-repeat;
}

#zone02 a #enter {
	width: 959px;
	height: 128px;
	background: url(../images/enter.gif) 0 0 no-repeat;
	position: relative;
	top: 388px;
	left: 24px;
	cursor: pointer;
}

#zone02 a:hover #enter {
	width: 959px;
	height: 128px;
	background: url(../images/enter.gif) 0 -128px no-repeat;
}
/***** End ZONE 02 *****/


/***** Begin FOOTER *****/
#footer {
	background: url(../images/footer.gif) no-repeat;
	text-align: center;
	padding: 0 125px;
	color: #808080;
	font-size: 12px;
}

#footer a {
	color: #808080;
	text-decoration: underline;
	font-size: 12px;
}
/***** End FOOTER *****/

