#Wrapper {
	text-align:center;
}
#VideoWrapper {
}
.videoitem {
}
.videoNode {
	width: 422px;
	height: 232px;
	display:inline-block;
	_display:inline;/*  ie6 hack*/
	box-shadow: 0 5px 15px #013;
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
	margin-top: 35px;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
#pcfa {
	border-radius: 20px;
	width: 422px;
}
#footer_msg {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #333;
	z-index: 2;
	overflow: hidden;
}
#footer_msg h3 {
	color: #eee;
	font-size: 14px;
	padding: 0px 0px 24px 0px;
}
