	#container {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 75px;
	}
	
	.sections {
		width: 100%;
		height: 100%;
		height: 400px;
		max-height: 600px;
	}
	
	.section {
		width: 100%;
		height: 100%;
	}
	
	#container,
	.sections {
		position: relative;
	}
	
	.section {
		background-color: #000;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
	
	.title1 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/t1.png) no-repeat 25px 20px;
	}
	
	.title2 {
		display: inline-block;
		width: 95px;
		height: 105px;
		background: url(../images/t1.png) no-repeat -90px 20px;
	}
	
	.title3 {
		display: inline-block;
		width: 108px;
		height: 123px;
		background: url(../images/t1.png) no-repeat -157px 20px;
	}
	
	.title4 {
		display: inline-block;
		width: 110px;
		height: 123px;
		background: url(../images/t1.png) no-repeat -240px 20px;
	}
	
	.title5 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/t1.png) no-repeat -336px 20px;
	}
	
	.title6 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/t1.png) no-repeat -440px 20px;
	}
	
	