*
        {
            font-family: Xerox Serif Wide, Verdana, Sans-Serif;
            margin: 0;
            padding: 0;
            text-decoration: none;
        }
        #intro
        {
            width: 450px;
            height: 340px;
            margin: 0 auto;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -200px 0 0 -225px;
        }
        #intro img
        {
            margin: 0 0 10px;
            cursor: pointer;
        }
		#intro p
		{
			font-size:8px;
			color:#999;
		}
        #flash
        {
            width: 1000px;
            height: 700px;
            padding: 64px 0 0;
            /*background: url(site/pics/bg.jpg) no-repeat left top;*/
            margin: 0 auto;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -380px 0 0 -500px;
        }
		.hidden
		{
			display:none;
		}
		.show
		{
			display:inherit;
		}
        a
        {
            font-size: 9px;
            color: #999;
        }
        a:visited
        {
            color: #666;
        }
        a:hover
        {
            color: #999;
        }

