﻿div#content {
    float:left;
    width:500px;
}
div#sidebar {
    float:right;
    width:200px;
}
