
* {
	background-color:#d3d3d3;
}

#body {
	background-color:#d3d3d3;
	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 {
	align: center;
	text-align: center;
	margin:100px auto;
	max-width: 400px;
	
}

#footer1 {

	background-color:#000000;
	color: #000000;
	position: fixed;
	min-height:100px;
	height:auto;
	width: 100%;
	left: 0;
	bottom: 100px;
	overflow: hidden;
	text-align: center;
	margin-top: -15px;
}

#footer1.img {
	top:0px;
	bottom:0px;
}

#footer {

	background-color:#ffffff;
	color: #ffffff;
	position: fixed;
	height: 100px;
	width: 100%;
	left: 0;
	bottom: 0px;
	overflow: hidden;
	text-align: right;
}

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


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

a {
	text-decoration: none;
	background-color: #000000;
} 
