body { margin: 0; padding: 0; } #map { position: absolute; width: auto; top: 10px; bottom: 5px; left: 4px; right: 30px; border: 1px solid #bbb; border-radius: 5px; box-shadow: 0 0 6px #bbb; } .top #map { top: 47px; bottom: 0; left: 0; right: 0; border: 0; border-radius: 0; } #header { display: none; width: 100%; background-color: #000000; border-bottom: 2px solid #999999; font-family: Geneva,verdana,sans-serif; font-size: 23px; font-weight: bold; line-height: 45px; } #header span { padding: 10px 0 0 5px; } #header img { float: right; padding: 5px 5px 0 0; } #header a { color: #FFFFFF; text-decoration: none; } .top #header { display: block; }