@charset "utf-8";



/* Sayfa Ortalama */ 
body {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	width:100%;
	}
#distance {
	width:1px;
	height:50%;
	background-color:#fc6;
	/*margin-bottom:-13.75em; /* half of container's height */
	/*margin-bottom:expression(-document.getElementById("container").clientHeight/2);*/
	float:left;
	/*border:1px solid red;*/
	}
#container {
	margin:auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	/*height:27.5em;*/
	width:910px;
	clear:left;
	/*border:1px solid red;*/
	top:0px;
	}
	

/* Fix Height For Left, Center, Right Columns*/
#inner {
	display:block;
	}
#left {
	position:absolute;
	float:left;
	left:0px;
	width:13px;
	height:100%;
	_height:expression(document.getElementById("container").clientHeight);
	
	}
#center {
	position:relative;
	margin-left:13px;
	margin-right:13px;
	border:1px solid #b2b2b2;/*_border-top:3px solid #b2b2b2;*/
	min-height:500px;
	_height:expression(if((document.getElementById("container").clientHeight)<=500)(500+"px")); /* ie6 min-height*/
	}
#right {
	position:absolute;
	float:right;
	right:0px;
	top:0px;
	width:13px;
	height:100%;
	_height:expression(document.getElementById("container").clientHeight);
	
	}
