body {
    margin: 0;
    padding: 0;
}
p.texto-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-align: center;
	padding: 10px 0;
	color: rgb(0,0,0);
	text-shadow: 0 1px 7px rgba(0,0,0,.7);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#logo {
	padding: 13px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	height: 737px;
	width: 600px;
}
#video1 {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    visibility: visible;
}
