#header {
 border: thin solid black;
 background-color: black;
 color: white;
}

#body {
 position: relative;
}

#image_left {
 float: left;
 clear: left;
}

#footer {
 clear: both;
}