body
{ background-attachment: fixed; background-repeat: repeat-x; background-position: left bottom; margin: 0; padding: 0 0 0px; font-family: Verdana, Helvetica, sans-serif; font-size: 80%; }
img
{
	border: none;
}
#posterbg
{
	background-color: black;
	position: fixed;
	
	width: 100%;
	height: 100%;
	top: 0;

	left: 0;
	z-index: 100;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}


#PosterLarge
{ position: absolute; top: 43px; left: 50%; width: 960px; height: 400px; z-index: 103; margin-left: -480px; border: solid 2px white; }

#PosterLink
{
	display: block;

	background-image: url(../cp/go/GOPromo-thumb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 660px;
	padding: 328px 0 0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
@media print
{
	body.lightbox * { display: none; }
	#PosterLarge { display: block; }
}
