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: #f3bb00;
	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;
}
div.titleBase {
	height:6em;
	width:100%;
}
div.title {
	text-align:center;
	line-height:3em;
	color:white;
	background-color: #f3bb00;
	position: fixed;
	top: 0px;
}