Edit in JSFiddle

#container {width : 600px;}
#header {background-color : yellow; height : 100px;}
#content {background-color : magenta; width : 390px; height : 400px; float : left;}
#sidebar {background-color : gray; width : 190px; height : 200px; float : right;}
#footer {background-color : pink; height : 50px;}