@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div {
margin:0px;
padding:0px;
}

#mainDiv{
	width:100%;
	height:100%;  
	min-width:975px;
	background:url(../images/bg1.jpg) repeat-x #FFFFFF;
	/*border:1px #F00 solid;*/
	}
	
#mainAltDiv{
	width:100%; 
	min-width:975px; 
	height:100%; 
	background:url(../images/bg_alt1.jpg) bottom repeat-x; 
	overflow:hidden;
	/*border:1px #3CF solid;*/
	}
#mainBottomDiv{
	width:100%;
	min-width:975px;
	height:100%;
	background:url(../images/bottom.jpg) bottom center no-repeat;
	/*border:1px #3F3 solid;*/
	}
#topDiv{
	width:975px;
	height:184px;
	background:url(../images/top1.jpg) center no-repeat;
	margin:auto;
	/*border:1px #069 solid;*/
	}
#icerikDiv{
	width:975px;
	margin:auto; 
	margin-top:0px; 
	background:url(../images/orta_ust.jpg) top no-repeat #E0E1E3;
	padding-top:0px;
	overflow:hidden;
	/*border:1px #C39 solid;*/
	}
#ortaAltDiv{
	width:975px; 
	margin:auto; 
	margin-top:0px; 
	background:url(../images/orta_alt.jpg) bottom no-repeat; 
	overflow:hidden;
	/*border:1px #330 solid;*/
	}
#footerDiv{
	 height:250px; 
	 width:975px; 
	 margin:auto;	
	}
