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

.banner {
	position:relative;
	z-index:2;
	
}

.banner-kutu {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}

.banner-resim {
	height:300px;
}

#banner-sol {
	position:absolute;
	top:120px;
	left:-10px;
	width:55px;
	height:55px;
	background:url(../images/banner-sol.png) no-repeat;
	z-index:2;
}

#banner-sag {
	position:absolute;
	top:120px;
	right:-10px;
	width:55px;
	height:55px;
	background:url(../images/banner-sag.png) no-repeat;
	z-index:2;
}

.banner-bg {
	position:absolute;
	height:300px;
	background-color:#4DA6FF;
	width:100%;
	margin-top:-70px;
	z-index:1;
	
}

.banner-golge {
	background:url(../images/banner-golge.png) no-repeat;
	width:980px;
	height:37px;
	margin-right:auto;
	margin-left:auto;
}