@charset "UTF-8";
/* CSS Document */
#wrapper{
	width:540px;
	margin:75px auto 0px auto;
	position:relative;
}

/* Waterbubs */

#waterbubs{
	width:230px;
	height:435px;
	position:absolute;
	left:0px;
	top:0px;
}

	#waterbubs a{
		display:block;
		width:230px;
		height:435px;
		background: url(images/waterbubs.jpg) no-repeat top center;
		text-decoration:none;
	}
	
	#waterbubs a span{
		padding-top:408px;
		display:block;
		text-align:center;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		
	}
	
	#waterbubs a:hover span{
		text-decoration:none;
		color:#74d1f6;
	}
	
/* waiora imager */

#wai{
	width:230px;
	height:435px;
	position:absolute;
	right:0px;
	top:0px;
}

	#wai a{
		display:block;
		width:230px;
		height:435px;
		background: url(images/wai.jpg) no-repeat top center;
		text-decoration:none;
	}
	
	#wai a span{
		padding-top:408px;
		display:block;
		text-align:center;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		
	}
	
	#wai a:hover span{
		text-decoration:none;
		color:#474b9f;
	}
	
	
