
<!--
body {
	background:#CDDAE9;
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#666;
}

.kaplama {
	width:548px;
	height:480px;
	margin:50px auto;
	border:0px solid red;
	background:url('resimler/mircindir-arka.jpg') no-repeat;
	padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:0px
}

a.indir {
	width: 184px;
	height: 184px;
	background: url('resimler/indir-1.jpg') no-repeat 0 0;
	text-decoration: none;
	text-indent:-999px;
	float:right; margin-left:0px; margin-right:12px; margin-top:4px; margin-bottom:0px
}
a.indir:hover {
	background: url('resimler/indir-2.jpg') no-repeat 0 0;
	float:right; margin-left:0px; margin-right:12px; margin-top:4px; margin-bottom:0px
}
.icerik {
	width:520px;
	height:180px;
	border:0px solid red;
	float:left;
	margin:10px 0px 0px 7px;
	}
.menu {
	width:auto;
	height:20px;
	float:left;
	margin:40px 0px 0px 0px;
	font-weight:bold;
	}
a.linkler {
	text-decoration:none;
	color:black;
}
a.linkler:hover {
	text-decoration:underline;
	color:black;
}
-->