#bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -100;
	top: 0px;
	
	background-image: url("pompidou.gif");
	background-size: cover;
	background-repeat: no-repeat;
}