#center {
	height: 35px;
	margin-right: 35px;
	margin-left: 35px;
	background-color: #C6CCE3;
}
#corner_TL {
	height: 35px;
	width: 35px;
	background-image: url(../images/corner_TL.gif);
	float: left;
}
#corner_TR {
	height: 35px;
	width: 35px;
	background-image: url(../images/corner_TR.png);
	float: right;
}
#corner_BL {
	height: 35px;
	width: 35px;
	background-image: url(../images/corner_BL.gif);
	float: left;
}
#corner_BR {
	height: 35px;
	width: 35px;
	background-image: url(../images/corner_BR.png);
	float: right;
}

