body {
	background-image: url(bg.gif);
	background-size: 30%;
	animation: scroll 15s linear infinite;
	font-size:16px;
}

@keyframes scroll {
0% {background-position: 0px 0px;}
100% { background-position: 1200px 750px;}	
}

.disclaimer {
	border: 1px solid black;
	background-color: white;
	position: absolute;
	width: 500px;
	bottom: 14px;
	right: 14px;
}
