/*---------------------------------TOP---------------------------*/

#top{
	margin:auto;
	width:960px;
	height:auto;
	background-image:url(images/top_ground.jpg)
	}
	#ban_left{
		float:left;
		height:176px;
		width:253px;
		background-image:url(images/ban_1.jpg);
	}
	#ban_center{
		float:left;
		height:176px;
		width:230px;
		background-image:url(images/ban_2.jpg);
	}
	#ban_3{
		float:left;
		height:176px;
		width:208px;
		background-image:url(images/top_ground.jpg);
	}
	#ban_right{
		float:right;
		height:176px;
		width:269px;
		background-image:url(images/ban_3.jpg);
	}


/*---------------------------------CENTER---------------------------*/

#center{
	margin:auto;
	width:960px;
	height:auto;
	background-image:url(images/main_background.jpg);
	}
	
	#center_1{
		width:950px;
		margin:auto;
	}
		#cent_topp{
			float:left;
			height:29px;
			width:950px;
			background-image:url(images/after_ban.jpg);
			
		}
		
		#cen_left{
			float:left;
			width:762px;
		}
			#red{
				background-color:#FF0000;
				padding-left:42px;
			}
			#left_ground{
				background-image:url(images/cent_bground.jpg);
				width:762px;
			}
				#textg{
					padding:20px 100px 0px 42px;
				}
				#katalog{
					padding:30px 0px 18px 0px;
				}
		
		#cent_right{
			float:right;
			width:188px;
		}
		
		#clear{
			clear:both;
		}
	
	
/*---------------------------------BOTTOM---------------------------*/
	
#bottom{
	margin:auto;
	height:46px;
	width:960px;		
	}
	#bot_left{
		float:left;
	}
	#bot_center{
		background-image:url(images/bot_center.jpg);
		height:46px;
		width:942px;
		float:left;
	}
		#marg{
			
		}
	
	#bot_right{
		float:right;
	}
