/*----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*----------------------------------------------------------*/
html {
	/*background-color: #e7e1dc;  url(../images/bg_body.gif) no-repeat left top; */
	height: 100%;
}
body{
	background-color: #3b1c13;
}
#container {
	width: 360px;
	margin: 0px auto;
	padding: 120px 0px 0px 0px;
}
.naarwebsite {
	background: url(../images/naar_website.gif) no-repeat left top;
	width: 133px;
	height: 15px;
	display: inline-block;
	float: right;
	text-indent: -9999px;
	margin: 48px 0px 0px 0px;
}
