/* The animation code 
@keyframes bodyanimation {
    from {
		background-color: black;
	}
    to {
		background-color: white;
	}
}


body {
	animation-name: bodyanimation;
    animation-duration: 2s;
}*/
p {
	color: white;
	font-size: 1.75em;
    padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	background-image: url("GreenOpacity30.png");
	background-repeat: repeat;
	#background-color: black;
	text-align: center;
	position: fixed;
	top: 50%;
	margin-top: -125px;
	margin-left: -8px;
}

span.otherline {
	color: black;
	font-weight: bold;
	font-family: Comic Sans MS;
}

#videoBackground {
    position: fixed;
	#text-align: center;
	margin-top: -8px;
	#margin-left: -15px;
	margin-left: -80px;
	border: none;
	background-color: white;
    min-width: 115%; 
    min-height: 100%;
}