.hide { display: none; }

/* Large floating popup window */

#fullscreen {
    display: none;
    background-image: url(./screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 550px;
	height: 425px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
        text-align: center;
        background-image: url(/img/splash-bgnd.png);
        background-repeat: no-repeat;
        padding-top: 10px;
	}

#popup-content {  }

.splash { border: 1px solid #000000; }