@charset "UTF-8";
#left  {
	float: left;
	width: 230px;
	height: 250px;
}
#center {
	text-align: center;
}
#right {
	float: right;
	width: 230px;
	height: 250px;
}
#clear {
	clear: both;
}

