div#colline {
	background: transparent url(/tchat/images/colline.png) scroll 0 100%;
	height: 300px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: -20;
}

div#sheep {
	background: transparent url(/tchat/images/mouton.png) scroll no-repeat 0 0;
	width: 231px;
	height: 136px;
	position: fixed;
	right: 0;
	bottom: 0;
    z-index: -10;
}

div#signboard {
	background: transparent url(/tchat/images/signboard.png) scroll 0 0;
	width: 170px;
	height: 142px;
	position: fixed;
	left: 15px;
	bottom: 15px;
    z-index: -10;
}

div#signboard a {
	width: 100%;
	height: 100%;
    display: block;
}

div#sun {
	background: transparent url(/tchat/images/soleil.png) scroll 0 0;
	width: 169px;
	height: 171px;
	position: fixed;
	top: 15px;
	left: 15px;
    z-index: -30;
}

div#bird1 {
	background: transparent url(/tchat/images/oiseau1.png) scroll 0 0;
	width: 114px;
	height: 65px;
	position: fixed;
	top: 15px;
	left: 15px;
    z-index: -25;
}

div#bird2 {
	background: transparent url(/tchat/images/oiseau2.png) scroll 0 0;
	width: 99px;
	height: 27px;
	position: fixed;
	right: 15px;
	top: 15px;
    z-index: -25;
}

div#cloud1 {
	background: transparent url(/tchat/images/nuage1.png) scroll 0 0;
	width: 236px;
	height: 108px;
	position: fixed;
	right: 50px;
	top: 27px;
    z-index: -30;
}

div#cloud2 {
	background: transparent url(/tchat/images/nuage2.png) scroll 0 0;
	width: 259px;
	height: 102px;
	position: fixed;
	top: 30px;
	left: 150px;
    z-index: -30;
}

