@charset "utf-8";
body {
	background-color: #FFF9E8;
}
#tasiyici {
	background-color: #FFF;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C0C0C0;
	font-family: Arial;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	top: 15px;
}
#menu {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#baslik {
	height: auto;
	width: 100%;
}
#logo {
	height: 57px;
	width: 100%;
	text-align: center;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#reklam {
	height: auto;
	width: 100%;
	}
#icerik {
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
	color: #2C0000;
}
#alt {
}
#solust {
	float: left;
	height: 200px;
	width: 200px;
	padding: 10px;
	margin: 20px;
	border: 1px solid #0F0;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	left: auto;
	right: auto;
}
#solustici {
	height: 20px;
	width: 200px;
	border: 1px solid #2A3F55;
	top: 200px;
	position: absolute;
}

#sagust {
	float: left;
	height: 200px;
	width: 200px;
	border: 1px double #FCF;
	position: relative;
	padding: 10px;
	margin: 20px;
	clip: rect(auto,auto,auto,auto);
	left: auto;
	right: auto;
}

#iceriktemizle {
	clear: both;
}
