* {
	margin: 0;
	padding: 0;
}

body {
	width:100%;
	background-color: #000000;
	background-image: url(_img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	font-family:Tahoma;
	color:#ffffff;
}


.logo{
	width:550px;
	height:276px;
	background-image: url(_img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.city{
	width:1000px;
	height:150px;
	background-image: url(_img/city.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.product{
	width:1000px;
	height:182px;
	background-image: url(_img/product.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


	
.yazi{font-family : tahoma;font-size : 13;color : #C8C8C8;TEXT-DECORATION: none;}
.yazi:hover{font-family : tahoma;font-size : 13;color : #ff0000;TEXT-DECORATION: none;}
