﻿

#userMonitorContainer
{ 
    position: fixed;    width: inherit;	/*height: 200px;*/    bottom: 0px;	left: auto;    right: 0px;    margin-left: auto;    margin-right: auto;    text-align: center; }


#userMonitorContainerBackground
{ 
    width:100%;    height:100%;    position:absolute;    left:0px;    z-index:-1;     }
 
 #userMonitorContent
 {
     position:static;
 }
