
#presentation {
	width: 799px;
	height: 299px;
/*	border: 1px solid #000; */
	position: relative;
	margin-bottom: 20px;
}

	#presentation .p_frame_line { background: #e0e0e0; position: absolute; z-index: 10; font-size: 1px; }
	#presentation .p_frame_corner { width: 4px; height: 4px; position: absolute; z-index: 10; font-size: 1px; }
	#presentation #p_frame_tl { background: url('../img/presentation/ramka_tl.png'); top: 0; left: 0; }
	#presentation #p_frame_tr { background: url('../img/presentation/ramka_tr.png'); top: 0; right: 0; }
	#presentation #p_frame_bl { background: url('../img/presentation/ramka_bl.png'); bottom: 0; left: 0; }
	#presentation #p_frame_br { background: url('../img/presentation/ramka_br.png'); bottom: 0; right: 0; }

	#presentation img.pic {
		position: absolute;
		top: 0;
		left: 0;
		width: 799px;
		height: 299px;
	}

	#presentation div.btn {
		position: absolute;
/*		top: 10px;*/
		left: 10px;
		width: 216px;
		height: 63px;
	}

		#presentation div.btn a {
			display: block;
			width: 192px;
			height: 63px;
			padding: 0 0 0 24px;
			background: url('../img/presentation/button.gif');
			color: #3e3e3e;
			text-decoration: none;
			line-height: 63px;
			font-family: Tahoma, sans-serif;
			font-size: 15px;
			font-weight: bold;
		}

		#presentation div.btn a.active {
			background: url('../img/presentation/button-active.gif');
		}

	#presentation div.txt {
		position: absolute;
		right: 16px;
		top: 180px;
		width: 500px;
		text-align: right;
		color: #fff;
		text-shadow: #000 1px 1px 2px;
	}

		#presentation div.txt span.title {
			display: block;
			color: #fff;
			font-family: Tahoma, sans-serif;
			font-size: 20px;
			font-weight: bold;
			padding: 0 0 16px 0;
			background: url('../img/transparent.gif');
		}

		#presentation div.txt span.desc {
			display: block;
			width: 500px;
			height: 90px;
			color: #fff;
			font-family: Tahoma, sans-serif;
			font-size: 14px;
			line-height: 20px;
			background: url('../img/transparent.gif');
		}

.p_cover { background: url('../img/presentation/cover.gif'); }
