body {
    text-align: center;
    background-color: #b5b5b5;
}

img {
    border: 0px none;
}

/* small web stickers at the top of the page */
#tagcontainer {
    text-align: right;
    margin-bottom: 5px;
}

#tagcontainer a {
    margin-left: 5px;
}
/* end */

/* image with label */
div.imgcontainer {
    margin-left: auto;
    margin-right: auto;
}

div.imgcontainer img {
    border: 1px solid rgb(0%,0%,0%);
}

div.imgcontainer div.caption {
    width: 100% - 2px;;
    margin-top: 5px;
    border: 1px solid rgb(0%,0%,0%);
    background-color: rgb(100%,100%,100%);
    font-size: medium;
    font-weight: bold;
    text-align: center;
}
/* end */

#footercontainer {
    padding: 0;
    width: 100%;
}

#left, #right {
    width: 46.5%;
}

#left {
    float: left;
    text-align: left;
}

#right {
    float: right;
    text-align: right;
}

.copyright {
    font-size: 8pt;
}
