html { height: 100%; } body { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; height: 100%; margin: 0px; padding: 0px; } #map_canvas { float: left; height: 100%; width: 75%; } #sidebar { float: left; text-align: center; height: 100%; width: 25%; overflow: hidden; } #sidebar img { padding: 10px 5px 0 5px; } #sidebar img#hydrant-in-snow { width: 100%; } form { width: 90%; margin: auto; } #tagline { padding: 10px; background: #cc3333; color: #ffffff; } label, input { display: block; clear: both; text-align: left; } input, select, option, button { margin-bottom: 10px; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; font-size: 1.0em; width: 100%; } button { text-align: center; height: 2em; }