.bannerBox {
	width: 981px;
	height: 146px;
	background-image: url(../images/titulny-banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin-left: -220px;
	margin-top: -220px;
	cursor:pointer;
}

.bannerBoxIE7 {
	width: 981px;
	height: 146px;
	background-image: url(../images/titulny-banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin-left: -500px;
	margin-top: -220px;
	cursor:pointer;
}

.bannerTextBox {
	width: 900px;
	height: 125px;	
	margin-top:15px;
	color:#ffffff;
	text-align: justify;
}

.bannerTextBoxIE7 {
	width: 900px;
	height: 125px;	
	padding-top:20px;
	color:#ffffff;
	text-align: justify;
}

.bannerBoxExit {
	width: 20px;
	height: 20px;	
	position: absolute;
	margin-left: 945px;
	margin-top: 17px;
	cursor:pointer;	
}