#gifBody {
	max-height: 100%;max-width: 100%;text-align: center;background-size: cover;background-position: 50% 50%;background-attachment: fixed;font-weight: normal; margin: 0px;
}

#animRush {
	max-height: 100%;max-width: 100%;text-align: center;animation: animatedBackground 30s ease-in-out 1;background-repeat:repeat-x;background-attachment:fixed;background-color:black;
}

#logo {
	max-width: 90%;
}

@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: 100000% 0; }
}

@font-face {
    font-family: vcr;
    src: url(/vcr2.ttf);
}

