	.body   {
		background-image: url('/assets/background_site.png');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.top-header {
		position:fixed;
		top:10;
		left:0;
		width:100%;
	}
	.top-header div {
		position:relative;
		width:2.5%;
		height:20%;
		float:right;
		top:10%;
		right:1%;
	}
	.logo-header {
		position:relative;
		width:100%;
		height:100%;
		margin:auto;
		display:block flex;
	}
	.footer {
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
	}
	.footer-image {
		position:fixed;
		bottom:0px;
		left:0px;
		width:100%;
		height:12.5%;
	}
	.footer div {
		font-family:courier;
		font-size: 10pt;
		color:#313d49d9;
		width:10%;
		height:10%;
		float:left;
		position:relative;
		bottom:5%;
		left:5%;
	}
	.corner-logo {
		position:fixed;
		bottom:1%;
		right:1%;
		width:3%;
		height:6%;
	}	
	.copywrite {
		position:fixed;
		bottom:1%;
		left:1%;
		font-family:courier;
		font-size: 10pt;
		color:#313d49d9;
	}	
	.site-frame {
		background-color:#313d49d9; 
		margin:auto;
	}
	a:href {
		color: #313d49d9;
		background-color: transparent;
		text-decoration: none;
	}
	a:visited {
		color: #313d49d9;
		text-decoration: underline;
	}
	a:hover {
		color: #2b3541ff;
		background-color: transparent;
		text-decoration: underline;
	}
	a:active {
		color: black;
		background-color: transparent;
		text-decoration: underline;
	}