/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#movieAlt { /*Vertical scroll bar on alternative content*/
	height: 100%;
	width: 100%;
	
}
#movieAltInner { /*Use separate div because IE's faulty box model*/
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	color: #660033;
}

