html,body {
    width: 100%;
	/*background-image:url("../imagens/fundo.png");*/
    height: 100%;
	margin:0;
	padding:0; 
	/*overflow:hidden;*/	
}

body {
		background-color: #333333;
}


#background
{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}



#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	z-index:2;
	overflow:hidden;
} 



.content
{
	width: 100%;
	height: 100%;
/*	width: 900px;
	float: left;
	position: absolute;
	margin-bottom: 20px;
	min-height: 600px;
	color:#FFF; */
	z-index: 2;
	text-align: left;
	overflow:hidden;
}


/*
.body
{
	text-align: left;
	margin: 0;
	width: 1200px;
	border: 0;
	background-color:#2C2B2D;
	height:100%;
}
*/


#conteudo
{
	width: 100%;
	height: 100%;
	/*text-align: left;*/
	/*overflow:hidden;*/
}

#flash
{
	text-align: left;
}
