div#arena_container
{
    position: relative;
    width: 2580px;
    height: 1450px;

 /* border: 1px solid gray; */
}

div.status_panel
{
    position: absolute;
    width: 660px;
    height: 350px;

    border: 4px solid CornflowerBlue;
    border-radius: 8px;
}

div.status_panel *
{   position: absolute;  }

div.status_panel a
{   display: block;  }

/* --------------------------------------------------------------------------------------------- */

span#fon_msg
{
    display: block;
    width: 180px;
    height: 80px;
    font-size: 32pt;
    font-weight: bold;
    text-align: left;

 /* border: 1px solid gray; */
}

span#fon_msg img
{
    position: static;
    height: 80%;
    vertical-align: baseline;
}

span#jay_msg
{
    display: block;
    width: 180px;
    height: 80px;
    font-size: 32pt;
    font-weight: bold;
    text-align: left;

 /* border: 1px solid gray; */
}

span#jay_msg img
{
    position: static;
    height: 80%;
    vertical-align: baseline;
}

span#nene_msg
{
    display: block;
    width: 180px;
    height: 80px;
    font-size: 32pt;
    font-weight: bold;
    text-align: left;

 /* border: 1px solid gray; */
}

span#nene_msg img
{
    position: static;
    height: 80%;
    vertical-align: baseline;
}

span#nana_msg
{
    display: block;
    width: 180px;
    height: 80px;
    font-size: 32pt;
    font-weight: bold;
    text-align: left;

 /* border: 1px solid gray; */
}

span#nana_msg img
{
    position: static;
    height: 80%;
    vertical-align: baseline;
}
