

/* ----------------------------------------------- */


#d_bk_foot {

		
		position: absolute;
		top: 970px;
		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: #ccc;

}




/* ----------------------------------------------- */


#d_cnt {

		position: relative;
		top: 0px;
		width: 1200px; 
		height: 1420px;

		margin-left: auto;
		margin-right: auto;
  
  		/* background-color: #eee; */
		border-style: solid;
		border-width: 0px;

}


#d_img {

		position: absolute;
		top: 70px;


}


#d_title {

		position: absolute;
		top: 170px;
		left: 70px;
		font-size: 80px;

}


#d_text {

		position: absolute;
		top: 340px;
		left: 70px;
		right: 70px;
		height: 400px;
}


/* ----------------------------------------------- */

#d_language {

		position: absolute;
		top: 0px;
		right: 20px;
			visibility: hidden;

}



/* ----------------------------------------------- */

#d_footnote {

		/* 20 + 60 + 330 + 450 */
		
		position: absolute;
		bottom: 0px;
		width: 1200px;
		height: 350px;
		background-color: grey;

}




