/* CSS Document */
body {
	font-size:15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: auto;
	background-color : #000000;
}

img {
	width: 100%;
}

h1 {
    margin: 0;
    padding: 0;
}

#main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color : #e1c19a;
}

.mainImg {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.movie_background {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centerMovieImg {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 8%;
	left: 10%;
}

.floatMovieImg {
	width: 25%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	float: left;
}

.voteImg {
	text-align: center;
	margin-top: 5%;
}

.pageLeft {
	text-align: center;
	float: left;
	margin-left: 5%;
	width: 40%;
}

.pageRight {
	text-align: center;
	float: right;
	margin-right: 5%;
	width: 40%;
}

.otherSiteImg {
	width: 80%;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.topPageImg {
	width: 50%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}

.cursorPointer{
	cursor:pointer;
}
.cursorNormal{
	cursor:default;
}

/* movie_detail.php */
.copyright {
	text-align: center;
}
.movieDetail {
	position: relative;
}
.movieDetailImg {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.textStory {
	width: 40%;
	font-weight: bold;
	position: absolute;
	left: 46%;
	top: 25%;
	line-height:200%;
}
.detailVote {
	width: 10%;
	position: absolute;
	left: 61%;
	top: 75%;
}

/* popup */
 #main .pupBox{
	display:none;
}

#pupBox {
	z-index: 10;
	position: relative;
	display: none;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

.PopupCclose {
	z-index: 10;
	width: 20%;
	position: absolute;
	top: 60%;
	left: 40%;
}

#backCurtain {
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#ranking_banner{
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 5%;
}
}