body {
	background: url("open-bk2.jpg") no-repeat fixed center;

}
a {
    color: #009DCB;   
	text-decoration: none;
	line-height: 69px;
}
a:hover {
    color: #1e70bf;
    text-decoration: none;
}

.header-wrapper {
	margin: -17px 50px 50px;
}

.body-wrapper {
	background: transparent url("") repeat-x 0 75%;
	text-align: center;
}

.body-wrapper h1 {
	color: #0098CE;
	margin: 0px 0;
}

.body-wrapper p {
	font-size: 24px;
	margin: 3px 0 25px 0 ;
}

.footer-wrapper {

	background: #2d2d2d;
	text-align: center;
    color: #9a9a9a;
	font-size: 10px;
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
	height: 70px;
	padding-top: 20px;

}



.footer-logo {
	float: right;
	position: absolute;
	top:20px;
	right: 30px;
}


@media (max-width: 768px) { 
	
	.body-wrapper {
		padding-left: 30px;
		padding-right: 30px;
		background: transparent url("") repeat-x 0 100%;
	}

	.body-wrapper img {
		width: 300px;
	}


	.footer-wrapper {
		height: 130px;
	}

	.footer-logo {
	float:none;
	position: relative;
	top:0px;
	right: 0px;
}

}