body {
	font-family: Arial;
}
#back {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: URL(images/webback.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#onder {
	position: fixed;
	background-color: #023601;
	left: 0px;
	right: 0px;
	height: 22px;
	bottom: 0px;
	text-align: center;
	color: #a4d783;
	
}
a {
	text-decoration: none;
	color: #a4d783;
}
a:hover {
	color: #d8edb7;
}
#logo {
	position: fixed;
	top: 40px;
	left: 40px;
}
#logo img{
	filter:opacity(50%);
}
#main {
	border: 1px solid gray;
	position: fixed;
	top: 40px;
	left: 500px;
	right: 20px;
	bottom: 42px;
	opacity: 0%;
	background-color: #FFFFFF;
}