/**************************************/

#show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#show table{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#show table img{
    border: 1px solid #000;
}

