/*
 * Tags
*/

	* {
		margin:0;
		padding:0;
		list-style: none;
		color:#333;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	body {
		background: url(../img/fundo.jpg) #fff no-repeat;
	}
	
/*
 * Espera
*/	
	#dTexto{ width:360px; margin:170px 0 0 400px; font-weight:bold; }