html, body {
    margin: 0;
    padding: 0;
    border: none;
	height: 100%;
	overflow: auto;
}
body {
	background-color: #00537B;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: auto;
}
div#myAlternativeContent {
	color: #ffffff;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 0.8em;
	width: 100%;
	height: 100%;
}
div#altContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 160px;
	margin-top: -80px;
	margin-left: -250px;
}
div#altContent img {
	border: none;
}