/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#all {
	height: 100%;
	display: none;
}
#content {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #00012F;
	text-align: center;
	padding: 0px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:link, a:visited, a:hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* end hide */