
#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 200%;
	
	background:#000 url(//i.1staudiovisual.co.uk/images/overlay1.gif);
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}

#dialogue
{
	position: absolute;
	
	left: 50%;
	margin-left: -250px;
	top: 30%;
	
	width: 450px;
	/*padding: 20px;
	
	border: 0px solid #c4d8df;*/
	background-color: #FFFFFF;
	
	z-index: 2000;
}
#dialogue_bundle
{
	position: absolute;
	
	left: 50%;
	margin-left: -250px;
	top: 60%;
	
	width: 450px;
	/*padding: 20px;
	
	border: 0px solid #c4d8df;*/
	background-color: #FFFFFF;
	
	z-index: 2000;
}
/* set millions of background images */

