@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-style: normal;
}

#logo{
	margin: 10px;
	height: 360px;
	width: 170px;
	position: absolute;
	left: 10px;
	top: 20px;
}
#butonlar{
	margin: 5px;
	height: 60px;
	width: auto;
	position: absolute;
	left: 140px;
	top: 150px;
}
#fotoicon{
	margin: 10px;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 50px;
	top: 420px;
}
#icerik{
	margin: 10px;
	height: auto;
	width: 660px;
	position: absolute;
	left: 250px;
	top: 180px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #AC0000;
}
link {
	font-weight: bold;
	color: #BE0000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#homebutton {
	position: absolute;
	width: 80px;
	top: 55px;
	left: 900px;
	padding: 5px;
	height: 80px;
}
