#container2 {
	height:100%;
	width:100%;
}
#header {
	float: left;
	height: 100%;
	width: 100%;
	margin-top:0px;
}
#gorsel {
	float: left;
	height: 100%;
	width: 100%;
}
#icerik {
	float: left;
	height: 100%;
	width: 100%;
	z-index:10;
}
#footer {
	float: left;
	height:100%;
	width: 100%;
	background-image:url(image/footerbg.png);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: scroll;
	z-index:1;
}
