/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */
#nav{
	list-style: none;
	position: absolute;
	left: 0px;
}

#intro, #second,#third,#fourth,#fifth,#six{
	width: 100%;
}

#intro{
	background:url(../images/location/palla_01.jpg) 0% 0% no-repeat fixed;
	color: white;
	height:1000px;
	padding-top: 0;
	position:relative;
}

#second{
	background: url(../images/location/palla_02.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 900px;
	overflow: hidden;
	padding-top: 0px;
}


#third{
	background: url(../images/location/palla_03.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 900px;
	padding: 100px 0 0 0;	
}

#fourth{
	background: url(../images/location/palla_04.jpg) 50% 0 no-repeat fixed;
	height: 1000px;

}
#fifth{
	background: url(../images/location/palla_05.jpg) 50% 0 no-repeat fixed;
	margin:0 auto;
	height:527px;
}
#palla_anime04{
	background:url(../images/location/plot.png) 50% 0  no-repeat;
	height:482px;
}
#six{
	height: 202px;
	background-color:#fff;
	padding:50px 0;
	max-width:1500px;
	margin:0 auto;
}
.story{
	margin: 0 auto;
	width: 900px;
	position:relative;
	margin:0 auto;
}
#fifth .story{
	position:relative;
	top:-482px;
	width:900px;
	margin:0 auto;
}
.story .float-left{
	padding: 180px 0 0 0;
	position: relative;
}
.story .float-left02{
	position: relative;
	width:705px;
	margin:0 auto;
}
.story .float-right{
	padding: 195px 0 0 0;
	position: relative;
	margin:0 auto;
}
.box01{
	background:url(../images/location/box_bg.png) repeat;
	padding:20px;
	border:1px solid #C8C8C8;
	width:700px;
	margin:60px auto 0;
	float:right;
}
.box02{
	background:url(../images/location/box_bg.png);
	padding:20px;
	margin-left:40px;
	border:1px solid #C8C8C8;
	width:485px;
	position:relative;
}
#map_flash02{
	margin-bottom:5px;
}
#palla_anime01,#palla_anime02,#palla_anime03,#palla_anime04,#palla_anime05{
	opacity:0;
	filter: alpha(opacity=0);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
}
#palla_anime02{
	position:relative;
	top:95px;
	left:478px;
	width:347px;
	height:302px;
}

#scroll_down{
	position:fixed;
	bottom:30px;
	right:100px;
	color:#fff;
}

.para1{
	opacity: 0.0;
	/*top:20px;*/
	position: relative;
}