body{
	background-color:#FFF; 
}

div#container{
	position: relative;
	float: left;
	width: auto;
	height: 380px;
	margin: 20px 0 0 0;
	padding: 0;
	top: 0;
	left: 0;
}

#container div#header{
	position: fixed;
	display: block;
	top: 0px;
	width: 840px;
	left: 10px;
	padding-top: 20px;
	padding-right: 5px;
	background-color: #FFF;
	background-position: 0 20px;
	z-index: 10;
}

#container div#imagem{
	position: absolute;
	width: auto;
	height: 370px;
	top: 0px;
	left: 10px;
	padding-right: 5px;
	z-index: 0;
}

#imagem img{
	position: relative;
	display: block;
	float: left;
	margin: 0 auto;
	z-index: 0;
}

#container img#fechar{
	position: fixed;
	right: 20px;
	cursor: pointer;
	z-index: 100;
}

