body{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #474647;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #4E4E4E;
}

a{
	text-decoration: none;
	color: #79a92c;
}

a:hover{
	text-decoration: underline;
}

.sayfa{
	width: 757px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.banner{
	height: 196px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
}

.sol{
	width: 206px;
	height: auto;
	float: left;
	text-align: left;
}

.sag{
	width: 522px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 29px;
}

.ust{
	width: 522px;
	height: 22px;
	background-image: url(img/ust.jpg);
	background-repeat: no-repeat;
}

.orta{
	width: 522px;
	min-height: 350px;
	height: auto;
	background-image: url(img/orta.jpg);
	background-repeat: repeat-y;
}

.alt{
	width: 522px;
	height: 19px;
	background-image: url(img/alt.jpg);
	background-repeat: no-repeat;
}

.menu{
	margin-left: 5px;
}

.menu ul{
	width: 200px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.menu a{
	width: 200px;
	color: White;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 1.5em;
}

.menu a:hover{
	text-decoration: none;
	color: #79a92c;
}

.icerik{
	width: 95%;
	padding-left: 10px;
	padding-right: 10px;
}

.baslik{
	width: 100%;
	background-color: #cbeb4a;
	font-size: 1.4em;
	margin-bottom: 10px;
	padding: 3px;
	font-weight: bold;
}

.metin{
	width: 100%;
	padding: 3px;
}

.anime{
	border-width: 5px;
	border-color: #cbeb4a;
	margin-bottom: 15px;
	width: 450px;
	height: 200px;
}

.sayfa_alt{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	background-image: url(img/sayfa_alt.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	color: #AAAAAA;
}