body{

background-color: #000;}

.marquee {
	width: 100%;
	font-size: 75pt;
	font-weight: 900;
	overflow: hidden;
	border: px solid #000;
/*	background: #000; */
	color: #fff;
	position				: fixed;
		top					: 5px;
}
.marquee1 {
	width: 100%;
	height: 50px;
	font-size: 50pt;
	font-weight: 900;
	text-align: center;
	overflow: hidden;
	border: px solid #000;
/*	background: #000; */
	color: #fff;
	position				: fixed;
		top					: 470px;
}

#sky {
		position:absolute;
		width:100%;
		height: 416px;
		background: transparent url(images/an_sky.jpg) 0 0px repeat-x; 
	}
	
#an_herbe {
	position: absolute;
	width: 100%; 
	height: 516px;
	background: transparent url(images/an_herbe.png) 0 330px repeat-x;
	}	

#an_logo {
	position: absolute;
	width: 100%; 
	height: 500px;
	background: transparent url(images/an_logo.png) 0 90px repeat-x; 
	
	}
#an_nuages {
	position: absolute;
	width: 100%;
	height: 400px;
	background: transparent url(images/an_nuages.png) 0 50px repeat-x; 
	}
#an_nuages2 {
	position: absolute;
	width: 100%;
	height: 400px;
	background: transparent url(images/an_nuages2.png) 0 100px repeat-x; 
	}
#sheep {
	position: absolute;
	width: 100%;
	height: 400px;
	background: transparent url(images/sheep.gif) no-repeat; 
	background-position: 50% 300px;
	}