.left {
	float:left;
	padding: 10px;
}


.right {
	float:right;
	padding: 10px;
}

.center {
	text-align: center;
	display: block;
}
