body{
	font-family:Arial, Helvetica, sans-serif;
}
.out{
	position:absolute;
	width:320px;
	height:600px;
	top:0;
	left:0;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
}
.top{
	position:relative;
	height:245px;
	width:319px;
	margin:0 auto;
	margin-top:5px;
	border:none;
}
.boat{
	position:relative;
	float:right;
	z-index:5;
}
.whale{
	position:absolute;
	bottom:5px;
	right:0;
}
.menu{
	position:relative;
	float:left;
	height:80px;
	width:310px;
	bottom:0;
}
.title{
	position:absolute;
	top:15px;
	left:10px;
	height:35px;
	width:216px;
	z-index:5;
}
.call{
	position:relative;
	width:230px;
	height:215px;
	z-index:5;
}
.contact{
	position:relative;
	height:215px;
	width:230px;
	margin-left:85px;
	margin-top:15px;
	font-weight:bold;
	color:#333333;
	z-index:5;
}
.call input{
	color:#999999;
}
.call, input, #btn{
	color:#000000;
}
.home{
	position:relative;
	height:200px;
	width:200px;
	float:left;
	left:75px;
	color:#333333;
	z-index:5;
	font-weight:bold;
}
.folio{
	position:relative;
	float:left;
	height:300px;
	width:250px;
	left:65px;
	color:#333333;
}
#example1{
	position:relative;
	height:250px;
	width:250px;
}
.folio a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}