/* bigDisplay */
#fadeScreen {
	position: absolute;
	top: 100px;
	bottom: 70px;
	left: 0px;
	width: 100%;
	background-color: black;
	z-index: 100;
	overflow : auto; 
	}
#fadeScreen img {
	border: 2px solid white;
	}
	
#fadeScreen a:link {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	}
#fadeScreen a:visited {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	}
#fadeScreen a:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 15px;
	color: #ff8000;
	}
#fadeScreen a:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 15px;
	color: #ff8000;
	}
#comments {
	position: absolute;
	width: 600px;
	left:50%;
	margin-left: -300px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	}