* {
	margin: 0;
	padding: 0;
}
body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	
}
#govde {
width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}
#govde2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}
#banner {
	height: 200px;
	background: #087FE7 url(images/img03.jpg) no-repeat;
}
#sayfa{
	background: url(images/img04.jpg) no-repeat;
	max-height:1400px; 
}


#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}
#nav {
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	height:45px;
	width:900px;
	float:none;
	margin-top:9px;
	margin-left:50px;
	list-style:none;

}

	#nav li {
		float:left;
		
	}

		#nav li a {
			display:block;
			background-image:url(images/rollover.png);
			background-repeat:no-repeat;
			width:93px;
			height:45px;
			line-height:45px;
			text-align:center;
			text-decoration:none;
			color:#1e1e1e;
		}

				#nav li a:hover {
					background:url(images/rollover.png) no-repeat 0 -45px;
					color:#fb4e00;
					text-d}
