@charset "utf-8";
/* CSS Document */

html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
	}
	#screen {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		overflow:hidden;
	}
	#screen .gridSpan {
		position: absolute;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
	}
	#screen .pageHTML {
		position: absolute;
		color: #eee;
		font-family: verdana;
		font-size: 1.1em;
		width: auto;
		height: auto;
		filter: alpha(opacity=100);
	}
	.abs {
		position: absolute;
	}
	#screen .pageHTML h5 {
		position: absolute;
		margin-left: 8px;
		margin-top: 8px;
		cursor: pointer;
		margin-bottom: 0px;
		color:#fff;
		font-size:25px;
		z-index: 24;
		display:inline;
		float:left;
	}
	
	#screen .pageHTML h4 {
		position: absolute;
		margin-left: 8px;
		margin-top: 8px;
		cursor: pointer;
		margin-bottom: 0px;
		color:#ff0087;
		font-size:25px;
		z-index: 24;
		display:inline;
		float:left;
	}
	.sourceHTML {
		visibility: hidden;
	}
	#screen .text {
		margin: 30px;
		padding: 30px;
		text-align: justify;
	}
	#screen a {
		position: relative;
		border: none;
		text-decoration: none;
	}
	#screen a:hover {
		left:1px;
		top:1px;
	}
	#screen img {
		border: none;
		cursor: pointer;
	}
	
	.gallery{
		width:600px;	
	}