

div#envelope {
	height:86px;
	width: 116px;
}
div#caixa {
	height: 68px;
	max-width: 60px;
}
div#boxhc{
	
	left: 2px;
	top: 8px;
	width: 66px;
	height: 30px;
	border-bottom: 1px white solid;
}
div#boxpc{
	
	top: 43px;
	left: 2px;
	width: 66px;
	height: 30px;
}
div#mensagem {
	font-size: 10px;
	}
div#UTC {
	font-size: 9px;
	}

div#mensagempc {
	font-size: 10px;
	}
div#horacerta {
	font-size: 13px;
	}
div#alerta {
	top: 150px;
	left: 0px;
	width: 98px;
	text-align: center;
	font-size: 12px;
	}
	
div#horapc {
	font-size: 12px;
	font-weight: bold;
	}
div#twitter{
	height: 20px;
	width: 20px;
	bottom: 4px;
	right: 12px;
}

img#logo {
	height: 20px;
	top: 42px;
	right: 4px;
}

#id_relogio {
   position: absolute;
   width: 0px;
   height: 40px;
   top: -12px;
   left: 77px;
 	background: url(../img/40px/fundo.png);
	list-style: none;
	z-index: 1;
        	}
        
#id_segundos {
	position: absolute;
   width: 40px;
   height: 40px;
   top: 0px;
   left: 0px;
   background: url(../img/40px/ponteiro_seg.png);
	z-index: 2;
     	}
           
#id_minutos {
   position: absolute;
   width: 40px;
   height: 40px;
   top: 0px;
   left: 0px;
   background: url(../img/40px/ponteiro_min.png);
	z-index: 3;
     	}
           
#id_horas {
   position: absolute;
   width: 40px;
   height: 40px;
   top: 0px;
   left: 0px;
   background: url(../img/40px/ponteiro_hora.png);
	z-index: 4;
           	}
           	
p {
   text-align: center; 
	padding: 10px 0 0 0;
  }