/*pictures popups*/

body {
	background-color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a {
	color: #646464;
	text-decoration: none;
	}
a:hover {
	color: #a8bfce;
	}



.viewer {
	position: absolute;
	top: 10px;
	left: 0;
	width: 920px;
	height: 700px;
	z-index: 0;
	
	background-color: red;
	
	}

.viewer #flashcontent {
	position: absolute;
	height: 700px;
	width: 920px;
	color: #888888;
	font-size: 12px;
	background-color:white;
}

.viewer #flashcontent p {
	position: relative;
	top: 330px;
	text-align: center;
}




#contact {
	background-image: url(popup-information_bg.png);
	position: absolute;
	top: 710px;
	left: 0;
	width: 920px;
	height: 30px;
	z-index: 1;
	}
		 
#contact .contactinfo {
	position: absolute;
	top: 13px;
	width: 920px;
	height: 35px;
	font-size: 11px;
	color: #505050;
	text-align: center;
	}

#contact .contactinfo em {  /*used for "|" seperators*/
	font: normal;
	margin: 0 1.1em 0 1.1em;
}


