/* ----------------------------------------------- */

#d_bk_foot {
	
		position: absolute;
		top: 850px;
		width: 100%;
		min-width: 1200px;
		height: 450px;
		background-color: #1b1b1b;
}


#d_bk_middle {

		position: absolute;
		top: 70px;
		width: 100%;
		min-width: 1200px;

		height: 1100px;
		background-color: #eee;

}



#d_bk_img {

		position: absolute;
		top: 70px;
		width: 100%;
		min-width: 1200px;

		height: 220px;
		background-color: black;

}


/* ----------------------------------------------- */


#d_cnt {

		position: relative;
		top: 0px;
		width: 1200px; 

		height: 1300px;
		margin-left: auto;
		margin-right: auto;
  
  		/* background-color: #eee; */
		border-style: solid;
		border-width: 0px;

}

#d_cnt_2 {
		position: absolute;
		top: 70px;
		left: 70px;
		right: 70px;
		height: 800px;
		background-color: white;

}






/* ----------------------------------------------- */

#d_footnote {

		/* 20 + 60 + 330 + 450 */
		
		position: absolute;
		bottom: 0px;
		width: 1200px;
		height: 350px;
		background-color: grey;

}


#d_title {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 220px;
	background-color: black;
	color: white;
	font-size: 80px;

}

