/************************************
BRASIL REAL CARGAS
*************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align:middle;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	}

#fundo {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align:middle;
	overflow:auto;
	overflow-x:hidden;
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
	background-image: url(../imagens/fundo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	}

#Layout{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: auto;
	vertical-align:middle;
	text-align: center;
	top: 0px;
	left: 0px;
	margin-top:0px;
	margin-left:0px;
	}
a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#777;
	text-decoration:underline;
	}