body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #231F20;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#baslik {
	width: 400px;
	margin-left: 68px;
	padding-right: 20px;
}
#icerik {
	height: 275px;
	width: 400px;
	margin-left: 68px;
	overflow: auto;
	padding-right: 20px;
}
#menu {
	width: 400px;
	margin-left: 68px;
	margin-top: 50px;
	padding-right: 20px;
}
#menu img {
	margin-right: 1px;
}
#sayfa {
	background-image: url(../images/bg_logo.png);
	background-repeat: no-repeat;
	width: 500px;
	padding-left: 460px;
	background-position: 0px 0px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#logo {
	margin-top: 10px;
}
a:link {
	color: #EC4011;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EC4011;
}
a:hover {
	text-decoration: none;
	color: #FFB800;
}
a:active {
	text-decoration: none;
	color: #EC4011;
}
.cerceve {
	background-color: #333;
	padding: 5px;
	border: 1px dotted #999;
}
