#center {
clear:both;
width:90%;
text-align: center;
}

#right {
float: right;
width:45%;
text-align:center;
}

#left {
float: left;
width:45%;
clear:both;
}
