body{
	background: url("../images/seamlesspaper4.png") repeat scroll 0 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
}
img{
	border: none;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	height:300px;
}
#ferunt_container{
	width:100%;
	/* height: 300px; */
    background:url('../../assets/ferunt/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto; 
	margin-right: auto;
	z-index: 500;
	padding:0;
	opacity:
}
#frontWave{
    position: absolute;
    width: 100%;
    opacity: 1;
    padding: 0px;
    z-index: 999;
    bottom: 0;
}
#bigWave{
    position: absolute;
    width: 100%;
    opacity: 1;
    padding: 0px;
    z-index: 20;
    bottom: 0;
}
#midWave{
    
    position: absolute;
    width: 100%;
    opacity: 1;
    padding: 0px;
    z-index: 700;
    bottom: 0;
}
#seaMonster{
	
    position: absolute;
    width:40%;
	opacity:1;
    padding: 0px;
    bottom:10%;
    z-index: 800;
    left:60%;
    float:right;
}
#ship{
	
    position: absolute;
    width:20%;
	opacity:1;
    padding: 0px;
    bottom:35%;
    z-index: 600;
    left:5%;
    float:left;
}

