@CHARSET "UTF-8";
#showstopper {
	width:100%;
	height:100%;
	position:fixed;
	/*border:1px dotted red;*/
	z-index: 1000;

}

#showstopper .main_screen {
	background-image:url(images/grid.png);
	background-position:center bottom;
	background-repeat:repeat;
	bottom:172px;
	height:100%;
	position:absolute;
	width:100%;
}



#showstopper .bottom_screen {
	/* border:1px solid blue; */
	width: 100%;
	height:172px;
	background-image: url(images/grid_bottom.png);
	background-position: center top;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
}

#showstopper .info_weekly {
	background-image: url(images/plate_sunday.png);
	background-repeat:no-repeat;
	background-position: center;
	bottom:347px;
	height:100px;
	position:absolute;
	width:100%;
	z-index:1002;
	
}

#showstopper .info_daily {
	background-image:url(images/plate_noon.png);
	background-repeat:no-repeat;
	background-position: center;
	bottom:347px;
	height:100px;
	position:absolute;
	width:100%;
	z-index:1002;
	
}