body {
	margin:0;
	padding:0;
	background-color:#000000;
	background-image: url(images/boondockers_trailer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.movie_big {
	position: absolute;
	height: 480px;
	width: 640px;
	left: 371px;
	top: 190px;
}
.container {
	width: 1024px;
	position: relative;
	margin: 0 auto;
}
.container .movie_small {
	position: absolute;
	height: 240px;
	width: 320px;
	left: 611px;
	top: 188px;
}.container .movie_medium {
	height: 360px;
	width: 480px;
	position: absolute;
	left: 521px;
	top: 194px;
}
