body {
	background-color: #A3D175;
	text-align: center;
}


#whole {
	width: 800px;
}

#mc {
	width: 800px;
	float: left;
}

#center {
	float: left;
	text-align: left;
}

#banner {
	width: 490px;
	height: 135px;
	background-image: url(../img/top.gif);
}

#solmenu {
	width: 150px;
	height: 510px;
	float: left;
	padding: 10px 0 0 0;
	background-color: #669933;
}

#content {
	width: 490px;
	float: left;
	height: 365px;
	overflow: auto;
	padding: 0;
	background-color: #A3D175;
}

#sagaleri {
	width: 160px;
	height: 510px;
	float: right;
	padding: 10px 0 0 0;
	background-color: #85C247;
	overflow: hidden;
}

#footer {
	clear: both;
	background-color: #ffcc33;
	height: 20px;
}