* {
	margin: 0 auto; 
	padding: 0 0;
}

body {
	background: #3e4245;
	font-family: 'Play', serif;
    font-size: 16px;
}

#header {
	width: 100%;
	height: 50px;
}

.wrapper {
	width: 820px;
	margin: 0 auto;
}

.menu {
    height: 50px;
	width: 100%;
	margin: 0 auto;
}

.menu ul {
	list-style: none;
	line-height: 50px;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	color: #efefef;
	padding: 0px 6px;
	text-transform: uppercase;
	font-size: 14px;
}

.menu ul li a:hover {
	background: #d35400;
	color: #3e4245;
}

li.aktif a {
	background: #d35400;
	color: #3e4245 !important;	
}

.banner-bg {
	width: 100%;
	height: 160px;
	background: url(../images/banner-bg.png);
}

.logo {
	background: url(../images/logo.png);
	width: 438px;
	height: 96px;
	position: relative;
	top: 32px;
}

.r-icerik {
	background: #383a3c;
	margin-top: 15px;
	padding: 10px 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.radyo {
	width: 800px;
}

.radyo h1 {
	font-size: 16px;
	color: #efefef;
	font-weight: normal;
}

.cizgi {
	width: 100%;
	height: 2px;
	background: url(../images/cizgi.png);
	margin: 10px auto;
}

.radyo-tema {
	width: 800px;
	height: 600px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.alt {
	background: #383a3c;
	width: 100%;
	height: 140px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin-top: 10px;
	text-align: center;
}

.alt span {
	line-height: 140px;
	font-family: 'Tangerine', serif;
	font-size: 55px;
}

.imza {
	height: 40px;
	width: 100%;
	text-align: center;
}

.imza span {
	line-height: 40px;
	font-size: 11px;
	color: #efefef;
}

.imza a {
	color: #efefef;
	text-decoration: none;
	border-bottom: dashed 1px #efefef;
}

.imza a:hover {
	color: #ffffff;
	border-bottom: dashed 1px #ffffff;
}