.center {
	text-align:left;
	margin:0 auto;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}