@charset "UTF-8";
/* CSS Document */



.bottom_division {
	position:relative; 
	margin:0px; 
	padding:0px; 
	width:100%; 
	background-image:url(../grafikk/faber_bunn_bg.jpg); 
	background-repeat:repeat-x; 
	height:144px;
	background-color:#ffffff;
}

.bottom_container {
	position:relative; 
	margin:0 auto; 
	width:992px;
}
.bottom_shadow {
	position:relative; 
	width:992px; 
	height:36px;
	background-image:url(../grafikk/faber_bunn_sk.png);
	background-repeat:no-repeat; 
	background-position:top;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='grafikk/faber_bunn_sk.png', sizingMethod='size');*/
	
}
.bottom_shadow2 {
	position:relative; 
	width:992px; 
	height:36px;
	background-image:url(../grafikk/faber_bunn_sk2.png);
	background-repeat:no-repeat; 
	background-position:top;
	
}
.bottom_content {
	position:relative; 
	width:890px;
	padding-left:40px;
	padding-right:30px;
	background-color:#ffffff;
}
