@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	background:url(images/slide01/index.jpg) center top;
}

p{
	margin: 0 0 20px 0;	
}



img{
	border: 0;
}



.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0;
	text-align: center;
}

#nav{ display:none;
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}



#header{
	height: 900px;
	color: white;
	margin: 0;
	background-attachment: fixed;
	background-image: url(images/home/index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#about{
	color: white;
	height: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/aboutus/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#services{
	 background: url("images/services/bg.jpg") no-repeat fixed right bottom transparent;
	color: white;
	height: 1365px;
	margin: 0 auto;
	overflow: hidden;
	background-size: cover;
	padding: 0;
}
#portfolio {
	background:  url(images/port/bg.jpg) 50% 0 no-repeat fixed;
	height: 1100px;
	overflow: hidden;
}

#contact{
	background: url(images/contact/bg.jpg) 50% 0 fixed;
	height: 900px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}



.story{
	margin: 0 auto;
	min-width: 980px;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}
