@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: scroll;
	color: #2A166F;
	font-size: 18px;
	background-color: #99c0fb;
}
#center {
	margin: 25px auto 0;
	width: 975px;
}
#header {
	height: 100px;
	width: 975px;
	background-image: url(../images/header/header.png);
	background-repeat: no-repeat;
}
#logo {
	width: 198px;
	background-image: url(../images/header/logo_wallrafen.PNG);
	background-repeat: no-repeat;
	height: 450px;
}
#content {
	width: 760px;
	margin-left: 200px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	min-height: 400px;
}
#footer {
	clear: left;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	background-image: url(../images/background/footer_background.png);
	background-repeat: repeat-y;
}
