@font-face {
	font-family: 'Banda';
	src: url('../fonts/Banda.eot'); /* IE */  
	src: local('Banda'), url('../fonts/Banda.otf') format('opentype');
}

#cs {
	background: url('../img/home/cs/bg.png');
	width: 655px;
	height: 190px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}
	#cs h2 {
		background: url('../img/home/cs/heading.png');
		width: 497px;
		height: 54px;
		margin: 0px auto;
	}
		#cs h2 span { display: none; }
	#cs p {
		font-family: Banda, Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #606060;
		text-align: center;
		letter-spacing: -1px;
		margin: 10px 0px 25px 0px;
	}
	#cs p.error { color: #c00; }
	#cs p.success { color: #0c0; }
	#cs .input {
		background: url('../img/home/cs/input.png');
		display: inline-block;
		float: left;
		width: 379px;
		height: 54px;
		margin: 0px 0px 0px 20px;
	}
		#cs .input input {
			font-family: Banda, Helvetica, Arial, sans-serif;
			font-size: 18px;
			color: #a5a5a5;
			line-height: 52px;
			background: transparent;
			width: 349px;
			height: 54px;
			margin: 0px;
			padding: 0px 10px 0px 20px;
			border: 0px;
			outline: none;
		}
	#cs .button {
		background: transparent url('../img/home/cs/button.png');
		width: 250px;
		height: 88px;
		float: left;
		margin: -18px 0px 0px 0px;
		padding: 0px;
		border: 0px;
		cursor: pointer;
	}

#main {
	height: 830px;
}
	#main .section.left {
		background-image: url('../img/home/cs/section-beautiful.png');
		padding: 195px 0px 0px 0px;
		top: 230px;
		left: -62px;
	}
	#main .section.mid {
		background-image: url('../img/home/cs/section-social.png');
		padding: 155px 0px 0px 0px;
		top: 230px;
		left: 321px;
	}
	#main .section.right {
		background-image: url('../img/home/cs/section-simple.png');
		padding: 195px 0px 0px 0px;
		top: 230px;
		left: 628px;
	}