#body{
background-color:#990000;
text-align: center;
}

#containerLEFT{
position: absolute;
top: 50px;
left: 20px;
text-align: center;
width:200px;
}

#containerCENTER{
text-align: center;
position: absolute;
top: 10px;
left: 230px;
width:430px;
}

#containerRIGHT{
text-align: center;
position: absolute;
top: 190px;
left: 620px;
width:150px;
}

#foot{
text-align: center;
position: absolute;
left: 230px;
top:600px;
}




