

html, body {
	background-color: #ff5722;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
}

h1 {
	background-image: url('../images/quickleap-logo.png');
	display: block;
	height: 120px;
	margin: 70px auto 0 auto;
	position: relative;
	text-indent: -9999px;
	width: 400px;
}

#divisions {
	background-image: url('../images/div.png');
	display: block;
	padding: 34px 0 0 0;
	margin: 30px auto 0 auto;
	width: 660px;
}

#divisions ul {
	background-image: url('../images/ul.png');
	background-position: 0 0;
	background-repeat: repeat-y;
	display: block;
	width: 660px;
}

#divisions li {
	background: #fff;
	display: block;
	float: left;
	margin: 30px 15px 0 15px;
	height: 150px;
	width: 300px;
	overflow: hidden;
	border-radius: 13px;
}

#divisions li img {
	margin: -25px 0 0 0;
}

p {
	clear: both;
	display: block;
	line-height: 30px;
	font-size: 90%;
	padding: 70px 0 0 0;
	color: #fff;
	text-align: center;
}