#sky
{
	position: absolute;
	left: 0;
	top: 0;
	width: 320px;
	height: 131px;
	overflow: hidden;
}

#cloud
{
	position: absolute;
	left: 5%;
	top: 15px;
	z-index: 2;
	width: 150px;
	height: 79px;
	background-image: url(../images/cloud1.png);
	background-repeat: no-repeat;
}

#cloud2
{
	position: absolute;
	left: 25%;
	top: 45px;
	z-index: 3;
	width: 150px;
	height: 79px;
	background-image: url(../images/cloud2.png);
	background-repeat: no-repeat;
}
#sea{
	position:absolute;
	top:300px;
	left:0;
	width:320px;
	height:200px;
	overflow:hidden;
}
#fish
{
	position: absolute;
	right: 5%;
	top: 80px;
	z-index: 4;
	width: 75px;
	height: 58px;
	background-image: url(../images/fish1.png);
	background-repeat: no-repeat;
}
#fish2
{
	position: absolute;
	right: 120%;
	top: 0px;
	z-index: 2;
	width: 75px;
	height: 50px;
	background-image: url(../images/fish2.png);
	background-repeat: no-repeat;
}
#fish3
{
	position: absolute;
	right: 75%;
	bottom: 0px;
	z-index: 2;
	width: 75px;
	height: 41px;
	background-image: url(../images/fish3.png);
	background-repeat: no-repeat;
}
#fishes{
	position:absolute;
	right:45%;
	top:10px;
	width:200px;
	height:190px;
	background-image:url(../images/fishes.png);
	background-repeat:no-repeat;
}