body 
{
	background-image:url(../../imgs/home/bg/bg-repeat.jpg);
	background-position:left top;
}

.tudo 
{
	height:100%;
	min-height:100%;
	
	background-image:url(../../imgs/home/bg/bg-repeat-x.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

html, body 
{
	height: 100%;
	margin:0px;
	padding:0px;
}

.tudo {	min-height: 100%; }



body, h1, h2, h3, h4, h5, input, textarea, p, form, ul, li, select, option, img, a
{
	font:11px "Trebuchet MS", Tahoma, Arial;
	color:#302c2d;
	margin:0px;
	padding:0px;
	border:none;
	list-style:none;
	text-decoration:none;
}





.rodape 
{
	background-image:url(../../imgs/home/bg/sombra-rodape.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:70px;
	padding-top:40px;
}

.rodape p 
{
	margin:0 auto;
	width:770px;
	text-align:center;
	color:#3c6cbc;
	font-size:12px;
}

.rodape p a 
{
	color:#3c6cbc;
	font-size:12px;
	font-weight:bold;
}

.rodape p a:hover 
{
	color:#709de8;
}

