/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/

/* Containers */
#intro,
#colorful,
#infinite1,
#infinite2,
#Comfortable1,
#Comfortable2,
#flexible1,
#flexible2{ width: 100%;}

#intro{
	background: url(../_img_/_pict_/1366/top01.jpg) 0 -81px no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#colorful{
	background: url(../_img_/_pict_/1366/colorful.jpg) 0 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#infinite1{
	background: url(../_img_/_pict_/1366/infinite1.jpg) 0 0 no-repeat fixed;
	
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#infinite2{
	background: url(../_img_/_pict_/1366/infinite2.jpg) 0 0 no-repeat fixed;
	
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#comfortable1{
	background: url(../_img_/_pict_/1366/comfortable1.jpg) 0 0 no-repeat fixed;
	
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#comfortable2{
	background: url(../_img_/_pict_/1366/comfortable2.jpg) 0 0 no-repeat fixed;
	
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#flexible1{
	background: url(../_img_/_pict_/1366/flexible1.jpg) 0 0 no-repeat fixed;
	
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#flexible2{
	background: url(../_img_/_pict_/1366/flexible2.jpg) 0 0 no-repeat fixed;
	
	height: 768px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}