body {
    margin: 0;
    padding: 0;
    background: #7ab7cc;
    background-image: url(images/map.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

body img {
    border: none;
    behavior: url("pngbehavior.htc");
}


div#rightcollage {
    position: absolute;
    left: 50%;
    margin-left: -299px;
}

div#nav {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 227px;
}

div#rightcollage img#headerleft {
    position: absolute;
    left: -78px;
    top: 0;
}

h1#title, h2#searchstring, p#intro, ul#textnav {        display: none;}