body {
	background-image:url(../images/bgf.png);
	background-repeat: repeat;
	border-top: 5px solid #2b92b0;
}
#intro {
	margin-top: 50px;
}
#intro-heading {
	font-family: 'Kite One', sans-serif;
	text-align: center;
	margin-bottom: 20px;
	color: #2b92b0;
}
.box-head {
	font-family: 'Kite One', sans-serif;
	color: #2b92b0;
	font-size: 25px;
}
#footer {
	display: none;
}
.holder { *position: relative; *width: 282px; }
.holder img { display: block; margin: 0 auto; }
h2 { text-align: center; }
.intro-button {
	*position: absolute;
	*bottom: 15px;
	*right: 15px;
}
#intro-text { max-width: 960px; margin: 0 auto; *margin-top: 20px !important; }
@media only screen and (device-width: 768px) {
    #intro {font-size: 13px !important; }
    .box-head {font-size: 20px !important; }
}
@media (max-width: 979px) {
	#intro {font-size: 13px !important; }
}

