/*works*/
.subtitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}
#background-works {
	/*position: fixed;, not for ie7*/
	width: 610px;
	height: 346px;
	z-index: 1;
	background-image: url(../images/background_works.jpg);
	overflow: auto;
	margin-top: 1px; /*-2px;, not for ie7*/
}
#worksarea {
	position: absolute;
	width:430px;
	height:290px;
	z-index:2;
	overflow: scroll;
	overflow-x:hidden;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 13px;
	margin-left: 120px;
	color: #DEDEE9;
	text-align: left;
}
#works a { background-image: url(../images/buttion1_works.gif); }
