こちらのサイトを参考にさせて頂きました。感謝ー!
http://www.fsiki.com/archive/css-doc/float.html
#container {
overflow: hidden;
}
#container:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html #container {
height: 1em;
overflow: visible;
}
/**/