#SOPA {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 4;
	text-align: center;
	background-image: url(../graphics/black_transp.png);
}

#sopaimg, #sopaimgb {
	position: fixed;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -200px;
	vertical-align: middle;
	width: 600px;
	height: 400px;
	background-repeat:no-repeat;
	background-image: url(graphics/sopa.png);
}

#sopaimgb {
	background-image: url(../graphics/sopa.png);
}

#sopalink {
	position: fixed;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: 200px;
	text-align: right;
	width: 600px;
	height: 20px;
}

#sopalink a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#sopalink a:hover {
	color: #aaa;
	text-decoration: underline;
}
