@charset "utf-8";
body {
	padding: 0px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
html, body {
	height: 100%;
}
* html #altitude {
   height: 100%;
}
#altitude{
	min-height: 100%;
	background-color: #000000;
	text-align: center;
	width: 900px;
	display:block;
	margin-right: auto;
	margin-left: auto;
}
