#content {
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
}

body {
	text-align:center;	
}

#left {
	float:left;
}

#right {
	float:right;
}

#bottom {
	clear: both;
}

