body, html {
	color: #282828;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background:url(../imgs/bg_body.jpg) top center no-repeat #ff2181;
	text-align: left; 			/* FCK */
	height: 100%;
	line-height:1.4em;
}
.mainContainer {
	width: 995px;
	margin: 0 auto; /* Center */
	min-height: 100%;
	background:url(../imgs/bg_maincontainer.gif) bottom center repeat-y;
	text-align: left;
}
* html .mainContainer {
	height: 100%;
}
.outerWrapper {
	padding-bottom: 150px; /* footer hoogte */
}
.footer {
	width: 955px;
	height: 150px;
	margin: 0 auto;
	margin-top: -150px;
}
.underWrapper {
	width:955px;
	float:left;
	padding:0 20px;
}
.aboveWrapper, .aboveWrapperContent {
	float:left;
	z-index:25;
	margin-left:-975px;
}
.aboveWrapper {
	width:975px;
}
.aboveWrapperContent {
	width:170px;
}
.header {
	margin:0 20px;
	background:url(../imgs/bg_header.gif) top left repeat-x;
	height:110px;
	width:930px;
	padding-left:25px;
}
.homeLeft {
	width:475px;
	float:left;
}
.homeRight {
	width:500px;
	float:left;
}

.homeNewsBlocksWrapper {
	background:url(../imgs/bg_home_news.png) no-repeat top left;
	width:955px;
	
}
.homeNewsBlocksFooter {
	background:url(../imgs/bg_home_news_footer.png) no-repeat top center;
	height:55px;
	width:955px;
}

.homeNewsBlock {
	float:left;
	min-height:40px;
	width:285px;
	padding:0 10px 0 15px;
}
.homeNewsBlockText {
	width:255px;
}
.homeNewsBlocksPadding {
	padding-top:70px;
	padding-left:25px;
}