* html #kontener {
	height:100%
}

#kontener {
	width: 800px;
	min-height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tlo.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;	
}

#PageTitle{
	position: absolute;
	top: 355px;
	left: 80px;
	height: 35px;
	width: 370px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0 0 0 11px;		
	x-index: 200;
}

#MiddleFrame{
	padding: 0 0 100px 0;
}

	#TXTContentFrame{
		padding: 0 90px 0 85px;
	}

#BottomFrame{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 88px;
}

