body {
	background-color: #3d3d3d;
	font-family: Verdana, Arial, Times;
	color: #fff;
}

.container {
	left: 50%;
	margin: 0 0 0 -491px;
	position: relative;
	text-align: left;
	width: 982px;
	z-index: 2;
}

.header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 25px;
	height: 200px;
	left: 0;
	position: relative;
	width: 981px;
}

.menu {
	float: left;
	left: 0;
	padding-bottom: 16px;
	position: relative;
	width: 254px;
	padding-right: 17px;
}

.menuheader {
	background-image: url('../images/menuheader.png');
	background-repeat: no-repeat;
	width: 254px;
	height: 61px;
	position: relative;
}

.menubody {
	background-image: url('../images/menubody.png');
	background-repeat: no-repeat;
	width: 254px;
	height: 42px;
	position: relative;
}

.menufooter {
	background-image: url('../images/menufooter.png');
	background-repeat: no-repeat;
	width: 254px;
	height: 28px;
	position: relative;
}

.page {
	float: left;
	height: 100%;
	position: relative;
	top: 0;
	width: 708px;
}

.pageheader {
	background-image: url('../images/bodyheader.png');
	background-repeat: no-repeat;
	width: 708px;
	height: 16px;
}

.pagebody {
	background-image: url('../images/bodybody.png');
	background-repeat: repeat-y;
	width: 674px;
	min-height: 16px;
	padding-left: 17px;
	padding-right: 17px;
	line-height: 1.4;	
}

.pagefooter {
	background-image: url('../images/bodyfooter.png');
	background-repeat: no-repeat;
	width: 708px;
	height: 16px;	
}

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

a:hover	{	
	text-decoration: underline;		
}

div.portfolio {
	position: relative;
	float: left;
	width: 100%;
	height: 202px;	
}

div.frame {
	cursor: pointer;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: 202px;
	width: 229px;
	background-image: url('../images/frame.png');
	background-position: top left;
	background-repeat: no-repeat;
}

div.screenshot {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	height: 202px;
	width: 229px;
}

div.omschrijving {
	position: absolute;
	left: 250px;
	top: 31px;
	height: 202px;
}
	
