body, html {
	margin: 0px;
	padding: 0px;
}

.background-wrap {
	position: fixed;
	z-index: -1000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}

#video-bg-elem {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

#claverialogo {
	height: 120px;
	width: 120px;
	margin-top: 30px;
}

#footer {
  text-align: center;
  color: white;
  font-size: 10px;
}
