body #headbackground {
	background-image: url('../grafics/head.png');
	background-repeat: no-repeat;
	background-position: center;
}

body #headbackground #head {
	margin: auto;
	width: 825px;
	height: 80px;
	padding-top: 170px;
	padding-left: 35px;
}

body #headbackground #head a {
	float: left;
	background-image: url('../grafics/postit.png');
	background-repeat: no-repeat;
	background-position: 0px;
	width: 100px;
	line-height: 75px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin-right: 15px;
	padding: 0px;
}

body #headbackground #head a#active {
	background-position: -100px;
}

body #bodybackground {
	background-image: url('../grafics/body.png');
	background-repeat: repeat-y;
	background-position: center;
}

body #bodybackground #body {
	margin: auto;
	padding: 10px 0px;
	width: 760px;
	text-align: left;
}

body #footer {
	text-align: center;
	font-size: 11px;
	background-image: url('../grafics/footer.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 40px;
	height: 120px;
}

body #footer a {
	background-position: 0px 2px;
}
