body {
    background: #3c3f41;
}
#outerbox {
    text-align: center;
}
#innerbox {
    margin-left: auto;
    margin-right: auto;
    width: 1125px;
    height: 750px;
    position: relative;
}
#innerbox img {
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, .2);
}
#innerbox div#bottom {
    width: 100px;
    height: 34px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(100, 100, 100, .55);
    -moz-border-left-radius: 10px;
    -moz-border-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#innerbox div#description {
    text-align: right;
    padding-right: 30px;
    font-family: 'Rock Salt', cursive;
    font-size: 16px;
    color: #b0b0b0;
}