@charset "utf-8";
/* CSS Document */

#center {
	text-align:left;
	width:760px;
	margin-top:50px;
}

#center #boxLeft {
	width:250px;
	float:left;
}
#center #boxRight {
	width:480px;
	float:right;
}
