body
{
    background-color: #F99;
}

#main_container
{
    width: 98%;
    height: 98%;
    position: absolute;
    left: 1%;
    top: 1%;
    background-color: #f66;
}

#click_screen
{
    width: 58%;
    height: 78%;
    position: absolute;
    left: 1%;
    top: 1%;
    background-color: #f33;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;  
    
    cursor: pointer;
}

#console_screen
{
    width: 98%;
    left: 1%;
    bottom: 1%;
    height: 20%;
    position: absolute;
    background-color: #a33;
}

#details_screen
{
    width: 40%;
    height: 78%;
    position: absolute;
    top: 1%;
    right: 1%;
    background-color: #911;
}

#center_image
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;  
    pointer-events: none;    
    
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}