
html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#1b9acc;
	background-image:url('fundo.jpg');
	background-repeat: repeat-x;


	color:#4a4a4a;
	font:75%/1.4  Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	}
#tudo { 
	width:1000px;
	position:absolute;  /*Contexto de posicionamento */
	/*background:#fff;*/

	margin:0 0;
	text-align:left;
	min-height:100%;
	
	/*border:dotted #999;
	border-width:0 1px;*/
	}
 * html #tudo {height: 100%;}









