/*CSS design of the website*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
}

#bg-l {
	height: 100%;
	width: 50%;
	margin: 0;
	background: url(/img/bg-mth.png) 100%;
	z-index: 0;
	display: inline-block;
	float: left;
}

#bg-r {
	height: 100%;
	width: 50%;
	margin: 0;
	background: url(/img/bg-fiz.png) 100%;
	z-index:0;
	display: inline-block;
	float: right;
}

#header {
	height: 88px;
	width: auto;
	background-color: #ff9933;
	border: 4px ridge #6d6d6d;
	position: fixed;
	top: 0;
	right: 4%;
	left: 4%;
	z-index: 2;
	border-radius: 10px/20px;
}

#content {
	height: auto;
	width: auto;
	overflow: auto;
	background-color: white;
	font-family: Frutiger, Helvetica, Tahoma, sans-serif;
	z-index: 1;
	border-top: 0;
	border-right: 3px ridge #6d6d6d;
	border-bottom: 0;
	border-left: 3px ridge #6d6d6d;
	text-align: justify;
	padding: 1em;
	position:fixed;
	top: 96px;
	left: 6%;
	right: 6%;
	bottom: 98px;
}

#footer {
	height: 90px;
	width: auto;
	background-color: #ff9933;
	border: 4px ridge #6d6d6d;
	position: fixed;
	right: 4%;
	bottom: 0;
	left: 4%;
	z-index: 2;
	border-radius: 10px/20px;
}