div#screencastList {
	float: left;
	width: 48%;
}
div#screencastList ul {
	list-style-type: none;
	border: 2px solid #8b2517;
	padding: 10px;
	background-color: #fff8f1;
}
div#screencastList ul li {
	padding: 2px;
}
div#goFurther {
	float: right;
	width: 48%;
}
