body {
	margin: 0 0 0 0;
	padding: 60px 0 0 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #999;
}

#main-body {

	width: 550px;
	background-position:left bottom; 
	background-repeat:no-repeat;
	background-color:white;
	padding: 0em;
	margin:auto;
}

#logo {
	margin-left:-30px;
	margin-top: 150px;
}

#kwick {
	position: relative;
	margin: 0px;
	padding: 0;
}

#kwick .kwicks {
	display: block;
	height: 150px;
	list-style:none;
}

#kwick li {
	float:left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 125px;
	width: 150px;
	margin-right: 19px;
	background-color:silver;
}

#kwick .kwick span {
	display: none;
}

#kwick .about-en {
	background: transparent url(/assets/images/about-en.jpg) no-repeat 50% bottom;
}
#kwick .works-en {
	background: transparent url(/assets/images/works-en.jpg) no-repeat 50% bottom;
}
#kwick .news-en {
	background: transparent url(/assets/images/news-en.jpg) no-repeat 50% bottom;
}

#kwick .about-nl {
	background: transparent url(/assets/images/about-nl.jpg) no-repeat 50% bottom;
}
#kwick .works-nl {
	background: transparent url(/assets/images/works-nl.jpg) no-repeat 50% bottom;
}
#kwick .news-nl{
	background: transparent url(/assets/images/news-nl.jpg) no-repeat 50% bottom;
}
