html {
	text-align: center;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, "sans serif";
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#flashcontent {
	display:none;
	height:0;
	width:0;
}

#mobilecontent {
	width: 100%;
	color: #333438;
	text-align: center;
	display:block;
	font-size: 40px;
	padding:20px 0 0 0;
	font-weight: bold;
}

#mobilecontent  a {
	background: none;
	outline:none;
	color: #f36422;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, "sans serif";
}

#mobilecontent a:hover {
	color: #f36422;
	background: none;
	outline:none;
	text-decoration:none;
}
#email {
	color: #f36422;
	text-align: center;
	display:block;
}
