body
{
	margin:0;
	background-color:#C3BC93;
}

html, body, #content
{
	width:100%;
	height:100%;
}

#content .warning
{
	position:absolute;
	left:50%; top:50%;
	margin-left:-275px; margin-top:-330px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:500px; height:600px;
	color:#0F2651;
	display:none;
	z-index:-1;
}

	.warning h2
	{
		padding:0;
		margin:0;
		margin-bottom:10px;
	}

	.warning span
	{
		display:block;
		font-size:10px;
		margin-bottom:5px;
	}

	.warning img
	{
		display:block;
		border:0;
	}
	
	
#intervencao
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}



