html {
		overflow: hidden;

	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background-image: url("../imagens/back/topo.jpg");
		background-repeat: repeat-xy;
		background-position: center top;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

	#screen {
		margin-top: 14px;
		position: absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background-image: url("../imagens/back/fundo.jpg");
		background-repeat: repeat-xy;
		background-position: center top;
		overflow: hidden;
	}

	#screen .gridSpan {
		position: absolute;
		overflow: hidden;
		background: #9f9a9a;
		padding: 0px;
		margin: 0px;
	}
	#screen .pageHTML {
		position: absolute;
		color: #fff;
		font-family: arial;
		font-size: 14px;
		width: 500px;
		height: 300px;
	}
	.abs {
		position: absolute;
	}
	#screen .pageHTML H2 {
		position: relative;
		margin: 8px;
		cursor: pointer;
	}
	.sourceHTML {
		visibility: hidden;	
	}
	#screen .text {
		margin: 48px;
		padding: 48px;
		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;
	}
