body {
	background-image: url(../images/common/bg-yellow.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

#ModalVideo {
	position: fixed;
	background-color: rgba( 245, 200, 0, 0.85 );
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

#ModalVideo .ytVideo {
	width: 900px;
	height: 542px;
}

#ModalVideo .inner {
	position: absolute;
	width: 900px;
	height: 636px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -318px;
}

#ModalVideo .close {
	margin: auto;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/common/btn-close.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	margin-top: 30px;
	text-indent: -9999px;
}


#MainContent{
	padding-bottom: 175px;
	width:100%;
}

#NewMovies,
#ArchivedMovies {
	width: 960px;
	margin: auto;
}

#NewMovies a,
#ArchivedMovies a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/*
#NewMovies a:before,
#ArchivedMovies a:before {
	content: ".";
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/common/btn-movie.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	text-indent: -9999px;
}

#NewMovies a:before {
	margin-left: 205px;
	margin-top: 110px;
}

#ArchivedMovies a:before {
	margin-left: 86px;
	margin-top: 38px;
}
*/

#NewMovies span,
#ArchivedMovies span {
	display: block;
	font-size: 90%;
	padding: 15px 15px 0 15px;
}

#NewMovies li {
	display: block;
	float: left;
	background-image: url(../images/common/bg-thum1.png);
	background-repeat: no-repeat;
	background-size: 473px 329px;
	width: 473px;
	height: 329px;
	margin: 0 7px 7px 0;
}

#ArchivedMovies li {
	display: block;
	float: left;
	background-image: url(../images/common/bg-thum2.png);
	background-repeat: no-repeat;
	background-size: 233px 195px;
	width: 233px;
	height: 195px;
	margin: 0 7px 7px 0;
}

#NewMovies li.new:before,
#ArchivedMovies li.new:before {
	content: ".";
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/common/icon-new.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	text-indent: -9999px;
}

