diff --git a/public_html/index.html b/public_html/index.html
index 1e54d3a..18ba0f4 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -778,6 +778,10 @@
Please do not call the local authorities, they already know about it if it is a valid squawk.
+
+ This version of SkyAware will soon be depcrecated. Visit URL: [local IP Address]/skyaware for the most up-to-date SkyAware interface.
+
+
Problem fetching data from dump1090.
diff --git a/public_html/style.css b/public_html/style.css
index 9b2c66f..26a3076 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -258,6 +258,10 @@ div#update_error { position: absolute; bottom: 25px; left: 25px; border: 2px sol
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
text-align: center; }
+div#DeprecatedSkyAwareMessage { position: absolute; bottom: 25px; left: 0; right: 0; border: 2px solid red;
+ background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
+ text-align: center; }
+
div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); }
#spinny { width: 128px; height: 128px; position: absolute; top: 50%; left: 50%; margin: -64px 0 0 -64px; }
#loader_progress { width: 250px; height: 20px; position: absolute; top: 50%; left: 50%; margin: 128px 0 0 -125px; }