html,

body {

	margin-top:0;
	padding:0;
	height:100%;
}





#wrapper {
	min-height:100%;
	position:relative;
}



.content {
	padding-bottom:50px; /* Height of the footer element */
}
.footer {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
	
.navbar .navbar-nav {
display: inline-block;
float: none;
}

.navbar .navbar-collapse {
text-align: center;
}
	

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#CEimage {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:100%;
}