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

#tudo 
{
	background-image:url(../../imgs/home/bg/bg-geral.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

a {	text-decoration:none; }

*{outline:none;}

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

#tudo 
{
	min-height: 100%;
}

/* hack para IE6 que trata height como min-height */

* html #tudo 
{
	height: 100%;
}

#tudo
{
	position: relative;
}

#rodape {
	position: absolute;
	bottom: 0;
}








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





