html {
	min-height: 100%;
}
img {
	border: none;
}
body {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	background-image: url('images/bgNew.jpg');
	background-color: #00C6FF;
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	overflow-x: hidden;
}
.clear {
	clear:both;
}
.phone {
	display: block;
	width: 300px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.phone img {
	width: 300px;
	height: auto;
}
.learnButton {
	position: relative;
	border-radius: 5px;
	width: 140px;
	text-align: center;
	padding: 5px 0px;
	font-weight: 300;
	border: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: -190px;
}
.learnButton a {
	color: #FFFFFF;
	text-decoration: none;
}
.learnButton a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
	.phone {
		margin-top: 14px;
	}
}
.dl {
	display: block;
	margin: 0 auto;
	width: 240px;
	margin-top: 180px;
}
.dl img {
	width: 240px;
	height: auto;
}
