﻿#left
{
    width: 24%;
    clear: both;
    float: left;
    height: 400px;
}
#right
{
    float: right;
    width: 73%;
    height: 400px;
    text-align: center;
}
