

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


#d_bk_foot {

		
		position: absolute;
		top: 1150px;
		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: 240px;
		background-color: black;

}


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


#d_cnt {

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

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

}


#d_img {

		position: absolute;
		top: 70px;
		height: 240px;


}


#d_cnt_2 {

		position: absolute;
		top: 70px;
		left: 0px;
		right: 0px;
		height: 1100px;
		background-color: white;
		font-size: 22px;



}



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

#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: 240px;
	background-color: black;
	color: white;
	font-size: 80px;

}

#d_table {

	position: absolute;
	top: 240px;
	left: 150px;
	right: 50px;
	font-size: 25px;


}



#d_submit {

	font-size: 22px;
	background-color: red;
	color: white;
	font-family: Arial, sans-serif;
	padding: 10px;
	width: 80px;
}
#d_submit:hover {cursor: pointer;}



#d_nc {

	//font-size: 22px;
	border: 0px solid;
	float: right;
	padding-right: 20px;


}
#d_nc {cursor: pointer;}
