/* CSS Document */
/*lessons talent*/

.head{
	width:700px;
	height:368px;
	margin:0 0 20px 0px;
	background-image: url(../img/other/lessons/talent_head_bg.png);
	background-repeat: no-repeat;
	background-position:6px;
	position:relative;
}

.head #title {
	background-image: url(../img/other/lessons/talent_title.png);
	text-indent:-9000px;
	height: 50px;
	width: 700px;
	position:absolute;
	top:30px;
}

.head #tx1 {
	background-image: url(../img/other/lessons/talent_tx1.png);
	text-indent:-9000px;
	height: 70px;
	width: 610px;
	position:absolute;
	top:280px;
	left:24px;
}

.head #tx2 {
	background-color:#FFF;
	opacity: 0.7;
	width: 520px;
	position:absolute;
	color:#333;
	top:270px;
	left:180px;
	padding:10px 15px;
}


