﻿@charset "utf-8";

#zeybekFooter{
	float:left;
	position:relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	min-height:200px;
	height:auto !important;	
}

.footerLine{
    width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	min-height:50px;
	margin-bottom:10px;	
	color:#666;	
}
.footerLeft{
	float:left;
	position:relative;
    width:49% !important;
	height:auto;
	min-height:50px;
	margin-bottom:10px;	
	color:#666;	
}

.footerRight{
	float:right;
	position:relative;
    width:49% !important;
	height:auto;
	min-height:50px;
	margin-bottom:10px;	
	color:#666;	
	text-align:right;
}



