@charset "utf-8";
#main {
	margin: auto;
	height: auto;
	width: 100%;
}
#header {
	margin: auto;
	height: 50px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}
#icerik {
	margin: auto;
	height: 300px;
	width: 100%;
	text-align: center;
}

