
#bottomcontainer {
	width: 880px;
	height: 390px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#videowindow {
	float: left;
	height: auto;
	width: auto;
}

#videoframe {
	border: 2px solid #f7921e;
	height: auto;
	width: auto;
	margin-top: 47px;
	
}

#scrollboxwindow {
	float: left;
	height: 325px;
	width: 420px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
