body {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	}
img {
	border: none;
	}

#movie_page {
	width: 400px;
	margin: 10px auto;
	text-align: left;
	}
#movie_page h1 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	background: url(../img/bg_line.gif) left bottom repeat-x;
	text-align: center;
	}
#movie_page p, #movie_page h3 {
	margin: 5px 0;
	font-size: small;
	line-height: 1;
	}
#movie_page p.movie_info {
	background: #EEE;
	margin: 0 0 10px 0;
	padding: 5px 60px 5px 60px;
	}

#movie_page div.flash_movie {
	margin: 10px 0;
	text-align: center;
	}
#movie_page div.flash_player {
	clear: both;
	margin: 0 0 5px 0;
	}
#movie_page div.flash_player p.btn_flash {
	width: 88px;
	float: left;
	}
#movie_page div.flash_player p.txt_flash {
	margin: 0 0 5px 98px;
	font-size: x-small;
	line-height: 1.4;
	}


#tv_check {
	margin: 0 0 15px 0;
	padding: 3px 4px;
	text-align: center;
	border: 1px solid #cfcfcf;
	background: url(../img/bg_tv_check.gif) left center repeat-x; #FFF
	text-align: center;
	display:inline-block;
	}
#tv_check:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
#tv_check h2 {
	margin: 0 0 5px 0;
	}
#tv_check div {
	width: 130px;
	float: left;
	margin: 0 0 5px 0;
	}



#movie_page p.btn_close {
	clear: both;
	background: url(../img/bg_line.gif) left top repeat-x;
	margin: 10px auto;
	padding: 10px 0 0 0;
	}
#movie_page p.btn_close a {
	display: block;
	width: 59px;
	height: 24px;
	margin: 0 auto;
	background: url(../img/btn_close.gif) left top no-repeat;
	text-indent: -9999px;
	outline: 0;
	}
#movie_page p.btn_close a:hover {
	background: url(../img/btn_close.gif) 0 -24px no-repeat;
	}
