body {
	font: 70%/1.5 "Arial";
	background: #fff;
	color: #000;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#container {
	position: relative;
	width: 840px;
	height: 570px;
	margin: 0px auto 0 auto;
	background: url('remake.jpg');
	z-index:1;
	display:none;
}
div#container-load {
	position: absolute;
	width: 840px;
	height: 570px;
	background-color:#fff;
	z-index:50;
	display:block;
}

div#box {
	position: absolute;
  top: 50px;
	left: 50px;
	width: 470px;
	height: 307px;
	padding: 0px 0px;
	font-size: 1.25em;
	background: url('box-bg.png');
	color: #0F1B5F;
}

div#film {
position: absolute;
width: 450px;
height: 227px;
margin-left: 10px;
}

img.caption {
	display: block;
	margin-bottom: 6px;
	margin-left: 150px;
}
