@charset "utf-8";
#footer {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #0e4a2a;
	background-position: center center;
	vertical-align: middle;
}
#NavBar {
	text-align: center;
}
#body {
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: #0e4a2a;
	background-position: center center;
	vertical-align: middle;
	background-color: #f5581e;
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
}

