﻿body
{
	background:#539FDB url(/panacity/img/bkg-intro.jpg);
}

#container {
	position: absolute;
	width: 950px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -300px;
	z-index:1;
    }
    #div-flash {
	    position: absolute;
	    width: 950px;
	    height: 500px;
	    left: 0;
	    top: 0;
	    z-index:2;
	    }
    #div-txt {
	    position: absolute;
	    width: 950px;
	    height: 100px;
	    left: 0;
	    bottom: 0;
	    z-index:2;
	    text-align:center;
	    color:#fff;
	    font-family:"Trebuchet MS";
	    font-size:10px;
	    }
