body {
	background-color: #95cde9;
	background-image: url('/imgs/index-bg.jpg');
	background-position: 50% 0;
	background-repeat: repeat-x;
	padding: 0 0 10px 0;
}

	#logoBox {
		margin-top: 60px;
	}
	
	#aboutBox {
		margin-top: 150px;
		height: 160px;
		margin-bottom: 35px;
		overflow: hidden;
	}
	
		#aboutBox * {
			margin-left: 25px;
			margin-right: 25px;
			color: #eee;
		}
