html, body {
        height: 100%;
		background-color:#a9ced3;
		background-image:url(../../imgs/master/bg-y.jpg);
		background-position:center top;
		background-repeat:repeat-y;
		margin:0px;
		padding:0px;
        }

#tudo {
        min-height: 100%;
		background-image:url(../../imgs/master/bg-geral.jpg);
		background-repeat:no-repeat;
		background-position:center top;
        }

* html #tudo {
        height: 100%;
        }
		
#conteudo {
		width:910px;
		padding:0px 40px 100px 40px;
		margin:0 auto;
		position:relative;
		
		background-image:url(../../imgs/master/bg-fixo.jpg);
		background-repeat:no-repeat;
		background-position:center top;
        }
		
#tudo {
        position: relative;
        }

#rodape {
        position: absolute;
        bottom: 0;
		height:90px;
		width:100%;
		text-align:center;
        }
		
		
body,td, tr, p, div, input, textarea, h1, h2, h3, h4, h5, ul, li{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	list-style:none;}
	
img {border:none;}
a {text-decoration:none;}
