html, body{
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#conteudo{
	/*border: 1px solid black;*/
	position: relative;
	height: 100%;
}
#conteudo img {
	/*border: 1px solid black;*/
	position: relative;
	margin-top: -90px;
	margin-left:-593px;
	left: 50%;
	top: 50%;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #808080;
	text-decoration: underline;
}
#popup{
	/*position: absolute;*/
	margin: 0 auto;
	width: 841px;
	height: 600px;
	margin-top: 20px;
	top: 20px;
	/*left: 1%;
	z-index: 999;*/
}
