body {
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-color: #000;
	font-family: 'Anton', arial, serif;
	background-position: 0 -100px;
}

#site {
	width: 953px;
	margin-top: 26px;
	margin-left: 47px;
}

#menu {
	float: left;
	width: 544px;
}

#content {
	float: left;
	width: 373px;
	padding: 12px;
	padding-left: 20px !important;
	height: 526px;
	background-image: url('http://www.misu.be/images/contentBg.png');
}

h1 {
	font-family: 'Anton', arial, serif;
	font-size: 30px;
}

a {
	color: #b0a673;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: line-through;
}

a.activeLink {
	color: #000;
	text-decoration: line-through;
}

a.activeLink:hover {
	color: #b0a673;
	text-decoration: none;
}
#pic {
	float: left;
	width: 350px;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 450px;
	margin-left: 20px;
	background-image: url('http://www.misu.be/images/bgPic.png');
}

#pic img {
	border-style: solid;
	border-color: #eff0f1;
	border-width: 2px;
}

#navPic {
	text-align: right;
	margin-right: 20px;
}

#navPic img {
	border: none;
}