body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #efe9de;
}
a:link, a:visited, a:active {
	color: #614828;
}
a:hover {
	color: #9f8564;
	text-decoration: none;
}

/* Main */
#main {
}

/* Header */
#header {
}

/* Navi */
#navi {
}

/* Content */
#content_container {
}
#content {
}

/* Footer */
#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 30px 35px;
	text-align: right;
}
#footer a:link, #footer a:active, #footer a:visited {
	display: block;
	text-decoration: none;
}
#footer a:hover {
	color: #c1b5a3;
}

