@charset "iso-8859-9";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color: #EBEBEB;
	background-image:url(tr/res/bg_intro.jpg);
}
#main {
	position:absolute;
	width:910px;
	height:520px;
	top: -1px;
	left: 1px;
	z-index: 3;
}
#serit {
	position:absolute;
	width:100%;
	height:auto;
	z-index:2;
	left: 1px;
	top: -1px;
}
#bgbuyuk {
	position:absolute;
	width:100%;
	height:500px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(res/bg_buyuk.jpg);
	visibility: visible;
}
#banner {
	position:absolute;
	width:874px;
	height:auto;
	z-index:2;
	left: 10px;
	top: 5px;
	visibility: visible;
}
#orta {
	position:absolute;
	width:900px;
	height:115px;
	z-index:3;
	left: 10px;
	top: 290px;
	visibility: visible;
}
#btn {
	position:absolute;
	width:160px;
	height:auto;
	z-index:4;
	left: 32px;
	top: 230px;
	visibility: visible;
}
.yazi {
    font-family:Tahoma;
	font-size: 11px;
	word-spacing: 3px;
	line-height: 16px;
}
.baslikkirmizi {
    font-family:Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
	word-spacing: 3px;
	line-height: 16px;
}
.baslik {
    font-family:Arial;
	font-size: 13px;
	font-weight: bold;
	word-spacing: 3px;
	line-height: 16px;
}
.copyright {
    font-family:Tahoma;
	font-size: 10px;
	word-spacing: 2px;
	color: #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

