body {
	margin:0px;
	padding:0px;
}
a {
	display:block;
	width:80%;
	height:3em;
	border-radius: 42px;
	line-height:3em;
	text-align:left;
	text-decoration:none;
	background-color: #157087;
	color: white;
	margin: 0 auto;
}
div.banner {
	height:200px;
	width:100%;
	background:url(banner.jpg) center center no-repeat; 
	background-size: contain;
}
a.home {
	width:100%;
	text-align:center;
	position: fixed;
	bottom: 0px;
	background-color: #4d4d4d;
	border-radius: 0px;
}
img {
	width:100%;
}
img.icon {
	height:3em;
	width:3em;
	float:left;
	margin-left:3em;
	margin-right:1em;
}
div.titleBase {
	height:6em;
	width:100%;
}
div.title {
	text-align:center;
	line-height:3em;
	color:white;
	background-color: #157087;
	position: fixed;
	top: 0px;
}