@charset "utf-8";
/* CSS Document */

#footer{
	background-image:url(../images/footer.png);
	height:284px;
	width:944px;
	background-repeat:repeat-x;
	background-color:#eeeeee;
	color:#3e3e3e;
	overflow:hidden;
	clear:both;
	margin:auto;
	padding:10px;
}

#footer a{
	color:#3e3e3e;
	text-decoration:none;
}

#footer a:visited{
	color:#3e3e3e;
	text-decoration:none;
}

#footer a:hover{
	color:#999;
	text-decoration:none;
}

#footer-listeleri{
	width:220px;
	height:250px;
	float:left;
	text-align:left;
	font-size:10px;
	border-right:1px solid #aeaeae;
	border-left:1px solid #E9E9E9;
	margin-top:25px;
}

#footer ul{
	list-style-type:none;
	margin-top:20px;
}

#footer ul li{
	margin-bottom:5px;
}

#copright{
	margin-top:140px;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	font-size:9px;
}

#footer-yazi{
	clear:both;
	width:100%;
	font-size:9px;
	text-align:right;
}
