body { background-color:#000000;
	font-family: Helvetica, sans-serif;
	line-height: 36px;
	font-weight: bold;
	font-size: 14px;
	padding:10 10 10 10;
	overflow:hidden;
	}

#container {width:480px;height:320px;margin: 0px auto;display:none}

#sipario {width:580px;height:720px;margin: 0px auto;}


#left {width:240px;height:320px;}

#right {float:right;width:240px;height:320px;}

div.zone{width:240px;height:320px;}

#left_zone {position:absolute;background:url(../imgs/left_off.png) no-repeat;}

#left_zone_on{background:url(../imgs/left_on.png) no-repeat;width:240px;height:320px;}

#right_zone {position:absolute;background:url(../imgs/right_off.png) no-repeat;}

#right_zone_on {background:url(../imgs/right_on.png) no-repeat;width:240px;height:320px;}

#msg_zone_el {height:50px;width:60%;color:white;margin:0px auto;text-align:left}

#left_zone_el {height:50px;color:white;text-align:center}

#right_zone_el {height:50px;color:white;text-align:center}

#showMsgMatrix {background:red}

#showMsgNormal {background:blue}

#log {position:absolute;width:480px;z-index:3000}