@import url('screen_common.css');

#content{
	position:			relative;
}
#footer{
	margin-top:			50px;
}

/* LEFT COL */
#left_col{
	float:				left;
	width:				760px;
}
#left_col h2{
	float:				left;
	line-height:		30px;
	padding:			0 5px;
	margin-top:			15px;
	background-color:	#727274;
	font-size:			18px;
	color:				#fff;
}

#left_col p{
	clear:				both;
	width:				670px;
	padding:			15px 0 0 0;
}

/* RIGHT COL */
#right_col{
	float:				right;
	width:				220px;
	text-align:			right;
}
#stock_price{
	margin-bottom:		15px;
	background:			url('../img/interface/stock_price.png') 140px 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
	padding:			55px 30px 0 0;
	color:				#505153;
	font-size:			11px;
}
#stock_price h4{
	font-size:			12px;
}
#stock_price span{
	padding:			0 3px;
	line-height:		20px;
	background-color:	#a2a3a4;
	color:				#fff;
	font-weight:		bold;
}

/* IMG CONTENT */
#img_content{
	height:				350px;
	text-align:			right;
}
#operation_center{
	margin-bottom:		15px;
	background:			url('../img/interface/operation_center.png') 900px 10px no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
	padding:			65px 30px 0 0;
	color:				#fff;
	font-size:			11px;
}
#operation_center h4{
	font-size:			12px;
}
#keys{
	background:			url('../img/interface/keys.png') 140px 0 no-repeat;
	behavior:			url('css/iepngfix.htc'); /* IE Hack for png transparency */
	padding:			55px 30px 0 0;
	margin-bottom:		25px;
	color:				#505153;
	font-size:			11px;
}
#keys span{
	color:			#8b8b8b;
}
#content img{
	display:			block;
	position:			absolute;
	left:				0;
	bottom:				0;
	z-index:			-1;
}