body {
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	/*height:604px;*/
	text-align:center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:1.3em;
	margin:0;
	color:#333333;
}

a, a:hover, a:visited {
	text-decoration:none;
	color:#333333;
}

a:hover {
	cursor:pointer;
}

.link {
	color:#0077C0;
	text-decoration:underline;
}

img {
	border:none;
}

#grid {
	position:relative;
	top:129px;
	width:856px;
	height:405px;
	margin: 0 auto;
	text-align:left;
	/*border:1px solid red;*/
}

#grid #walraven {
	position:absolute;
	background-image:url(images/walraven.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:856px;
	height:182px;
	top:0px;
	left:0px;
	text-align:left;
	/*border:1px solid red;*/
}

#grid #walraven #text {
	position:absolute;
	top:80px;
	left:350px;
	width:300px;
}

#grid #classmates {
	position:absolute;
	background-image:url(images/classmates.gif);
	background-position:top;
	width:428px;
	height:223px;
	top:182px;
	text-align:left;
}

#grid #classmates #text {
	position:absolute;
	top:110px;
	left:102px;
	width:310px;
}

#grid #titus {
	position:absolute;
	background-image:url(images/titus.gif);
	background-position:top;
	width:428px;
	height:200px;
	top:182px;
	left:428px;
	text-align:left;
}

#grid #titus #text {
	position:absolute;
	top:85px;
	left:160px;
	width:240px;
}

#copyright {
	position:relative;
	top:140px;
}