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

<style>
.outerdiv{
	width:775px;
}
.innerleft{
	width:240px;
	float:left;
	padding: 0 15px;
	text-align: center;
}
.innerright{
	width:250px;
	float:right;
	padding: 0 15px;
	text-align: center;
}
.clear{
	clear:left;
}

</style>
