@charset "UTF-8";
/* CSS Document */


#middle {
	height: 380px;
	position: relative;
}

#photographs {
	position: absolute;
		left: 0px;
		top: 25px;
}

#home_text {
	position: absolute;
		top: 25px ;
		left: 350px;
	width: 514px;
}

#modules {
	position: absolute;
		left: 0px;
		bottom: 0px;
	width: 882px;
		
}

#modules img {
	float: left;
	position: relative;
		top: 5px;
}


.module_dividerz {
	height: 100px;
	width: 1px;
	background-color: #33449B;
	overflow: hidden;
	float: left;
	position: relative;
		top: 50px;
}