* {
	margin: 0;
	padding: 0;
}

body {
	font-size: x-large;
	color: #444444;
	background-position: center center;
	background-color: #e4e4e4;
	font-family: Helvetica, Arial;
	text-align: center;
}

h1 img {
	width: 50%;
}

@media only screen and (max-width: 900px) {
	h1 img {
		width: 100%;
	}
}


h1,
.f00ter {
	right: 0;
	padding: 15px;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	background-color: #CCCCCC;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 10px;
}

a,
a:visited {
	text-decoration: none;
	color: #0196e3;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.shadow {
	position: relative;
	width: 270px;
	height: 30px;

	z-index: 10;
	margin: -15px auto 0;
}

.contentblock {
	/* height: 100px; */
	line-height: 20px;
}

.taptarget {
	line-height: 30px;
}

h3 {
	line-height: 100px;
}

.f00ter {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	padding: 10px 0;
	text-align: center;
	font-size: 1em;
	border-top: 1px solid #BBBBBB;
	border-bottom: none;
}

h1,
h2,
p.f00ter {
	font-family: "Myriad Pro", Helvetica, Arial;
}

.gfxblock {
	opacity: 0.15;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	top: 50px;
	color: #000000;
}

.lastupdated {
	display: block;
	margin-top: 50px;
}
