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


#d_bk_foot {

		
		position: absolute;
		top: 1550px;
		width: 100%;
		min-width: 1200px;
		height: 450px;
		background-color: #1b1b1b;

}


#d_bk_middle {

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

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

}




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


#d_cnt {

		position: relative;
		top: 0px;

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

}

#d_cnt_2 {

		position: absolute;
		top: 70px;

		width: 1200px; 
		height: 1500px;
  
  		background-color: white;
		border-style: solid;
		border-width: 0px;
		background-image: url('data/_stuff/trade_bkg.jpg');

}





#d_footnote {

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

}

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

#d_title {

	position: absolute;
	top: 70px;
	left: 70px;
	font-size: 80px;
	color: #ccc;
}

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

.c_cnt_1 {

	width: 500px;
	height: 500px;
	border-color: black;
	border: 0px solid;
}


.c_video {
	position: absolute;
	top: 70px;
}


.c_thumb_cnt {
	position: absolute;
	top: 400px;
	left: 30px;
	height: 104px;
	width: 500px;
}
.c_thumb_cnt:hover {cursor: pointer;}


.c_thumb {
	width: 133px;
	height: 100px;
	margin-right: 20px;
		border-color: black;
		border: 1px solid;
		float: left;
}

.c_i1 {
	font-size: 35px;
	font-family: Arial;
	float: left;
}

.c_i2 {
	font-size: 35px;
	margin-left: 20px;	
	float: right;
}

.c_i3 {
	position: absolute;
	font-size: 20px;
	left: 0px;
	top: 20px;
}

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

#d_slide_cnt {

	position: absolute;
	top: 200px;
	left: 100px;
	width: 1000px;
	height: 800px;
	border: 1px solid;
	border-color: black;
	visibility: hidden;
	background-color: white;


}

#d_slide_cnt_close {

	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 20px;
	padding: 3px;
	border: 0px solid;
	border-color: black;

}
#d_slide_cnt_close:hover {cursor: pointer;}

#d_slide_frame {

	position: absolute;
	top: 20px;
	left: 50px;
	width: 900px;
	height: 750px;
	border: 0px solid;
	border-color: red;


}

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


