html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #ffffff;
	position: relative;
}
#Wrapper {
	 text-align:center;
}
#VideoWrapper {
 
} 

.videoitem
{
 
 
}

.videoNode
{
	width: 400px;
	height: 250px;

	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: 10px;
	margin-bottom: 30px;
	
}

#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;
}

 
