/* Large floating popup window */

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

#largepopup {
	visibility: hidden;
	position: absolute;
	background-color: transparent;
	background-image: url('../img/fumetto.png');
	top: 0px;
	left: 0px;
	width: 650px;
	height:500px;
	border: 0px;
	border-collapse: collapse;
	z-index: 1000;
	}

.largepopup-content {
	width: 540px;
	padding: 20px;
	margin: 0 auto;
	background: transparent;
	}
	
	
.largepopup-content p {
	color:#333;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0;
	text-align:justify;
	}
