@charset "utf-8";
#headerimage {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
#body {
	background-image: -webkit-linear-gradient(270deg,rgba(3,8,80,1.00) 40.73%,rgba(4,4,4,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(3,8,80,1.00) 40.73%,rgba(4,4,4,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(3,8,80,1.00) 40.73%,rgba(4,4,4,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(3,8,80,1.00) 40.73%,rgba(4,4,4,1.00) 100%);

}
#navigation {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}
#maincontent {
	background-color: #FDF9F9;
	width: auto;
	margin-top: 5px;
	margin-bottom: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #040B69;
	max-width: 980px;
	min-width: 340px;
}
#footer {
	color: #FBF6F6;
	text-align: center;
	background-color: #040B69;
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
