@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F1F1EF;
	background: url(../img/pigions.jpg) fixed no-repeat center top #F1F1EF;
	min-height: 600px; /* For Mozilla/Opera/Safari */
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
#divFooter {
	text-align: center;
	padding: 30px 0;
}
img, img a {
	border: none;
}
#leftCol 	{ float:left; width: 504px; height: 102px;}
#rightCol	{ background:url(../img/header2.jpg) no-repeat top right; float: right; height: 102px; width: 167px; }
#rightCol a { color: #000; }
#divFilmsWrapper {
	width: 680px;
	padding: 0px 40px 0px 40px;
	background: #F1F1EF;
	margin: 0px auto;
}
.divFilm {
	clear: both;
	background: url(../img/dots_hor.gif) bottom left repeat-x;
	height: 220px;
}
.divThumbHolder {
	width: 190px;
	height: 140px;
	background: url(../img/dots_vert.gif) right top no-repeat;
	float: left;
	padding: 37px 0px 37px 0px;
}
.divFilmOuterHolder {
	width: 490px;
	padding-top: 35px;
	overflow: auto;
	height: 180px;
}
.imgStill {
	margin-bottom: 15px;
}
.imgFilmTitle {
	margin: 0px 40px 0px 40px;
}

#Container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 617px;
    height: 100%;
}

#Splash {
    position: absolute;
    width: 617px;
    height: 553px;
    top: 50%;
    margin-top: -276px; /* Half of splash height */
    background: #CCC;
	z-index: 1000px;
}
