@charset "utf-8";
/* CSS Document */

.genel {
	background-image: url(../res/intro.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 100%;
}
.baslik {
	background-image: url(../res/baslik.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
	position: relative;
	top: 20px;
}
.altbaslik {
	background-image: url(../res/baslik.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
	position: relative;
	top: 540px;
	font-family: Tahoma;
	font-size: 25px;
	line-height: 45px;
	color: #FFFFFF;
}
.yazi {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	position:relative;
	top: 565px;
	font-weight: bold;
}

.res {
	height: 485px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 60px;
}


body{
margin: 0px;
padding: 0px;
}
