body{
	
	background:url(layout_grid.gif) top left no-repeat;
}


div{
	color:black;
}

#title
{
	
	height:100px;
	width:400px;
	top:60px;
	left:100px;
	font-size:25px;
	font-weight:bold;
	position:absolute;
	
}

#poster
{
	
	height:445px;
	width:300px;
	top:125px;
	left:50px;
	position:absolute;
	background-image:url(Into-the-wild.jpg);
	
}

#boxdivider
{
	
	top:50px;
	left:75px;
	width:350px;
	height:50px;
	position:absolute;
	border:solid;
	
}

#moviestats{
	
	top:50px;
	left:500px;
}

