html,body{
  margin:0;
  padding:0;
  background-color: #fff;
  margin-top: 30px;
}

#container {
	margin:0 auto;
	width: 975px;
	height: 628px;
	overflow: hidden;
}

#content {
	width: 975px;
	height: 541px;
	float: left;
}

#logo {
	position: relative;
	left:644px;
	top: 541px;
	background-image: url(images/whistlelogo.png);
	width: 331px; 
	height: 87px;
}

#moviebox {
	width: 644px; 
	height: 628px;
	float: left;
}

#movie {

	overflow: hidden;
	margin-left: -70px;
	margin-top: -220px;
}




