body {
    margin: 0;
    padding: 0;
    background: #ccc;
    width: 100%;
    height: 100%;
    font-family: verdana;
}
#title-container,
#image-pano-container,
#depth-pano-container,
#map-container,
#controls-container,
#credits-container {
    position: absolute;
    border-radius: 10px;
    border: 2px #333 solid;
}
#image-pano-container,
#depth-pano-container {
    right: 540px;
}
#title-container {
    left: 10px;
    right: 10px;
    top: 10px;
    height: 30px;
    background-color: #696;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
}
#image-pano-container {
    left: 10px;
    top: 50px;
    height: 440px;
    background-color: #666;
}
#image-pano {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 420px;
    overflow: hidden;
    background-color: #666;
}
#depth-pano-container {
    left: 10px;
    top: 500px;
    height: 360px;
    background-color: #666;
}
#depth-pano {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 330px;
    overflow: hidden;
    background-color: #666;
}
#map-container {
    right: 10px;
    width: 520px;
    top: 50px;
    height: 440px;
    background-color: #666;
}
#controls-container {
    right: 10px;
    width: 520px;
    top: 500px;
    height: 360px;
    background-color: #666;
}
#search_text {
    position: absolute;
    left: 10px;
    top: 10px;
}
input[type="submit"] {
    position: absolute;
    background: #cfc;
    left: 270px;
    top: 32px;
    width: 40px;
    border: 1px solid #000;
    height: 30px;
    border-radius: 4px;
}
input[type="text"] {
    position: absolute;
    top: 32px;
    left: 10px;
    width: 250px;
    background: #aaa;
    border: 1px solid #000;
    height: 20px;
    padding: 4px;
    font-size: 16px;
    border-radius: 4px;
}
#status-container {
    position: absolute;
    right: 30px;
    width: 470px;
    top: 580px;
    height: 250px;
    padding: 10px;
    font-family: Courier;
    background-color: #555;
    overflow: auto;
    text-align: left;
    font-size: 0.9em;
    border-radius: 4px;
}
#status-container a {
    text-decoration: none;
    color: #ff0;
}
#download-image,
#download-depth {
    cursor: pointer;
}
#credits-container {
    left: 10px;
    right: 10px;
    top: 870px;
    height: 18px;
    background-color: #669;
    text-align: center;
    font-size: 0.8em;
    border-radius: 4px;
}
#credits-container a {
    text-decoration: none;
    color: #ff0;
}
