body, html { position: relative; height: auto !important; }

#ContactMap { position: absolute; width: 100%; min-width: 75em; min-height: 100%; //height: expression($('#layout').height() + "px"); //width: expression(document.body.clientWidth < 980? "1000px" : "100%"); background: url(contact-map.gif) no-repeat center top; left: 0; top: 0; z-index: 1; display: none; }
#layout { position: relative; z-index: 2; }

.full #ContactMap { display: block; }
#content { margin: 0 10%; }

.short { margin: 12em 0 0 13%; min-height: 23em; //height: 23em; }
.short p.email { font-size: 600%; margin: 0; font-family: Georgia, serif; }

.extend { min-height: 40em; //height: 40em; width: 100%; margin-top: 0; overflow: hidden; }
.extend div.info { position: relative; width:300px; left: 50%; margin-left: 135px; top: 110px; margin-top: -6.6em; }
.extend div.info p { position: relative; }
.extend div.info p img { position: absolute; left: -21px; top: 0; }