.hide { display: none; }

/* Large floating popup window */

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

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0;
	border-collapse: collapse;
	z-index: 1001;
        text-align: center;
        padding-top: 10px;
	}

#popup-content {  }

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