SOLUCIONADO:
No era con CSS sino con JavaScript
Cita: <%
If Session("setupTC") Then
endTime = Timer()
varTextoTime = "La carga se completo en " & endtime-starttime & " segundos = " & " (" & (endtime-starttime)*1000 & " milliseconds)."
Response.Write ("<div style='position:absolute; width:100%; bottom=1px;' align='right' class='tiempoCarga'>" & varTextoTime & "</div>")
End If
%>