html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.tbl_main {
	 width: 100%;
	 height: 100%;
	 border: none;
	 margin: 0;
	 padding: 0;
	 border-collapse:collapse;
}
.tbl_cnt {
	width: 900px;
	height: 674px;
	border: none;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
.border_left {
	background-image:url('/img/main/border_left.gif');
	height: 674px;
	background-repeat: repeat-x;
	border: none;
	margin: 0;
	padding: 0;
}
.border_right {
	background-image:url('/img/main/border_right.jpg');
	height: 674px;
	background-repeat: repeat-x;
	border: none;
	margin: 0;
	padding: 0;
}
.bottom_left_corner {
	background-image:url('/img/main/bottom_left_corner.gif');
	background-repeat: repeat;
	border: none;
	padding: 0;
	margin: 0;
	height: 100%;
}
.border_bottom {
	background-image:url('/img/main/border_bottom.gif');
	width: 900px;
	background-repeat: repeat-y;
	border: none;
	padding: 0;
	margin: 0;
}
.bottom_right_corner {
	background-image:url('/img/main/bottom_right_corner.gif');
	background-repeat: repeat;
	border: none;
	padding: 0;
	margin: 0;
}
a {
		background: none;
		border: none;
		text-decoration:none;	
}
a:hover img {
		background: none;
		border: none;
		text-decoration:none;	
	}
a img {
		background: none;
		border: none;
		text-decoration:none;	
	}
a {
		outline: none; /* Убираем границу вокруг ссылок */
		background: none;
		border: none;		
	}

/*  */	
.discounts {
	position: absolute;
	z-index: 1;
	padding:0;
	border:0px;
	font-family: Tahoma,helvetica,sans-serif;
	font-size:28px;
	font-weight: bolder; 
	color:red;
	text-align: center;
	left: 50%;  
   	top: 73px;  
   	margin-left: -150px;  
    width: 300px;  
}

.discounts_small {
	position: absolute;
	z-index: 1;
	padding:0;
	border:0px;
	font-family: Tahoma,helvetica,sans-serif;
	font-size:20px;
	font-weight: bolder; 
	color:red;
	text-align:center;
	left: 50%;  
   	top: 45px;  
   	margin-left: -150px;  
    width: 300px;	
}
/*  */