@charset "UTF-8";
/* CSS Document */
body {
	background-color: #D5E3CF;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/gul.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#yta {
	width:864px;
	padding:0px;
	text-align:left;
	height: 100%;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 10%;
	margin-left: auto;
}
#yta #leftcolumn {
	width: 232px;
	float:left;
	text-align: left;
	height: 513px;
}
#yta #middlecolumn {
	width: 400px;
	float:left;
	text-align: center;
	background-color: #EBEDD7;
	height: 513px;
}
#yta #rightcolumn {
	width: 232px;
	float:left;
	text-align: left;
	height: 513px;
}
