body 
{
	background-color:#a5cefa;
	margin:0px;
	padding:0px;
}

html, body { height: 100%; }
* html { height: 100%; }


.bg-tabela 
{
	background-image:url(../../imgs/master/bg-body.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:100%;
}

.conteudo 
{
	background-image:url(../../imgs/master/bg-conteudo.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:660px;
	width:770px;
	position:relative;
	margin:0 auto;
}


img {border:none;}


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