body {
	background-color:#000000;
	margin:0;
	padding:0;
	text-align:center;
}

#output {
	position:fixed;
	top:0;
	left:500px;
	z-index: 50;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	width:100%;
}

#wrapper {
	background-color:#000000;
	width:1000px;
	position:relative;
	margin:0;
	padding:0;
	margin:auto;
	text-align:left;
}

/* =============================================== */
h1 , h2 , h3 {
	margin:0;
	padding:0;
	display:block;
	overflow: hidden;
	text-indent:-10000px;
}

img {
	border: 0px solid;
}

/* =============================================== */

#movie {
	background-color:#000000;
	width:1000px;
	height:800px;
	overflow: hidden;
	position:absolute;
}

#movie .main{
	background-image: url("../images/movie/fifth/fifth_bgt.jpg");
	background-repeat: no-repeat;
	width:1000px;
	height:800px;
	overflow: hidden;
	position:absolute;
}

#movie .title{
	background-image: url("../images/movie/fifth/fifth_txt.jpg");
	background-repeat: no-repeat;
	width:650px;
	height:52px;
	overflow: hidden;
	position:absolute;
	top:720px;
	left:100;
}

#movie .main #movie_list{
	width:916px;
	overflow: hidden;
	position:absolute;
	top:60;
	left:42;
}

#movie .main #movie_list p{
	display:none;
}

#movie .main #movie_list .movie_box_l{
	width:308px;
	height:233px;
	float:left;
}

#movie .main #movie_list .movie_box_m{
	width:308px;
	height:233px;
	float:left;
}

#movie .main #movie_list .movie_box_r{
	width:300px;
	height:233px;
	float:right;
}

.close_btn {
	width:132px;
	height:28px;
	z-index: 110;
	position:absolute;
	left:788;
	top:740;
}

#movie .close_btn a{
	width:132px;
	height:28px;
	background-image: url("../images/movie/close.jpg");
	display:block;
	overflow: hidden;
	text-indent:-10000px;
}

/* =============================================== */

#player_wrapper {
	display:none;
	width:1000px;
	height:800px;
	position: absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#player {
	width:896px;
	position: absolute;
	top:100px;
	left:52px;
	text-align:left;
	margin:auto;
	z-index:110;
}

