

* {
	background-color:#F97947;
	color:#000000;
	font-family: Helvetica;
	font-weight: 100;

}
ul {
	list-style-type: none;
}

ul li {
	display: inline;
}


div {
	border: 0px dashed black;
}


.main {
	text-align: center;
	margin-top: 10%;
	
}

.text {
	text-align: center;
}


#footer {

	color: #ffffff;
	position: absolute;
	height: 70px;
	width: 100%;
	left: 0;
	bottom: 0px;
	overflow: hidden;
	text-align: center;
}
h5 {

	float: center;
	margin: 0;
	font-size: 40px;
}


img {
	max-width: 70%;
	height: auto;
	width: auto\9;

}

