@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #333333;
	background-color: #FFFFCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/bg-body.gif);
}
#center {
	background-color: #FFFFFF;
	text-align: left;
	height: 600px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(Images/Microbits_Fasade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 870px;
	position: relative;
	height: 120px;
	background-color: #DE232C;
	padding-left: 30px;
	padding-top: 17px;
}
#content {
	position: relative;
	height: 433px;
	width: 900px;
}
#footer {
	position: relative;
	height: 30px;
	width: 900px;
	background-color: #DE232C;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
#header img {
	margin:0 50;
}
