updated with asf stuff, and new logo/look
diff --git a/ask/index.html b/ask/index.html
index e835e72..f49d303 100644
--- a/ask/index.html
+++ b/ask/index.html
@@ -20,18 +20,30 @@
             <div class="applogo"></div>
               <div class="navWrapper">
                 <ul>
-                  <li class="selected"><b>DOWNLOADS</b></a></li>
                   <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
-                  <li class="navMain"><a href="../ask/index.html">ASK A QUESTION</a></li>
                   <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
-                </ul>
+                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+                  <li class="selected">INFO</li>
+                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
               </div>
         </div>
-
-      <a href="mailto:users-subscribe@trafficcontrol.incubator.apache.org">Join our users list.</a><br>
-      <a href="mailto:dev-subscribe@trafficcontrol.incubator.apache.org">Join our dev list.</a><br>
-      <a href="https://lists.apache.org/list.html?dev@trafficcontrol.apache.org">Search the email archives</a><br>
+    <hr/>
+    <p class="sectionContainer">
+	  <b>Mailing Lists</b><br>
+      The best way to keep tabs on what's going on with Traffic Control or to ask a question is to use the mailing lists. <br><br>
+      &nbsp;&nbsp;&nbsp;&nbsp;Click <a href="mailto:users-subscribe@trafficcontrol.incubator.apache.org">here</a> to subscribe to our users@ mailing lists.<br>
+      &nbsp;&nbsp;&nbsp;&nbsp;Click <a href="mailto:dev-subscribe@trafficcontrol.incubator.apache.org">here</a> to subscribe to our dev@ mailing lists.<br><br>
+	
+      &nbsp;&nbsp;&nbsp;&nbsp;Go <a href="https://lists.apache.org/list.html?dev@trafficcontrol.apache.org">here</a> to search the archives of our mailing lists in apache. <br><br>
+    </p>
+    <p class="sectionContainer">
+	<b>Slack</b><br>
+	We also hangout on <a href="http://traffic-control-cdn.slack.com">traffic-control-cdn</a> Slack channel, use <a href="https://goo.gl/Suzakj">this form</a> to get added to that if you are interested.
+	</p>
+    <p class="sectionContainer">
+	<b>Contributing</b><br>
+	Want to help? Great! See <a href="https://github.com/apache/incubator-trafficcontrol/blob/master/CONTRIBUTING.md">our contribiting guidelines</a>. But don't worry about the rules too much. 
+	Ping us on the lists or Slack, and we'll help make it work.
+	</p>
   </body>
 </html>
diff --git a/css/home.css b/css/home.css
index 42d3b52..85086fe 100644
--- a/css/home.css
+++ b/css/home.css
@@ -12,7 +12,7 @@
     margin: 0 auto;
     padding: 0;
     text-align: center;
-    background-color: #ffffff;
+    background-color: black;
     
     font-style: normal;
     font-family: Arial, Helvetica, sans-serif;
@@ -20,6 +20,12 @@
     overflow: auto;
 }
 
+.footer{
+	background-color: gray;
+	padding: 10px;
+}
+
+
 .appWrapper {
     position: relative;
     width: 1200px;
@@ -27,7 +33,7 @@
     padding: 0;
     margin: 0 auto 40px auto;
     text-align: left;
-    background-color: #ffffff;
+    background-color: black;
 }
 .bkgdWrapper {
     position: relative;
@@ -37,37 +43,27 @@
     padding: 0;
     margin: 0 auto;
     text-align: left;
-    background-color: #ffffff;
-    background: url(../images/main_bkgd.png) repeat-x;
+    background-color: black;
     background-position: top left;
 }
 .appHeader {
-    height: 478px;
+    height: 400px;
     border: 0px solid black;
-    background: url(../images/header_bkgd.png) no-repeat;
-    background-position: top center;
+    background: url(../images/tc_logo_nw.png) no-repeat;
+	background-size: 988px 248px;
+    background-position: center 30px;
+	background-color: black;
     font-size:20px;
     color: #ffffff;
     position:relative;
-    margin-top:-478px;
+    margin-top:-400px;
 }
 
-.applogo {
-    margin: 0px;
-    padding: 0px;
-    background: url(../images/atc_logo.png) no-repeat;
-    background-size: 455px 455px;
-    width: 455px;
-    height: 455px;
-    position: absolute;
-    top: 8px;
-    left: 12px;
-}
 
 .navWrapper {
 	margin: 0 auto;
 	position: absolute;
-    top: 428px;
+    top: 368px;
     left: 0px;
     width:1200px;
     text-align:right;
@@ -110,6 +106,10 @@
     text-decoration: none;
 }
 
+.selected{
+	font-weight: bold;
+}
+
 
 .trafficoperations_logo {
     margin: 0px;
@@ -135,21 +135,26 @@
     width: 222px;
     height: 132px;
 }
+
 .sectionContainer {
+	color: #ffffff;
 	margin-top:30px;
 	width:1200px;
 	text-align: left;
     font-size: 20px;
-
+	background-color: black;
 }
 
 table.tableMain {
+	color: #ffffff;
     margin-top:40px;
     text-align: left;
     font-size: 20px;
+	background-color: black;
 }
 
 table.dlTable {
+	color: #ffffff;
     margin-top:0px;
     margin-bottom:0px;
     margin-left:30px;
@@ -159,17 +164,23 @@
 }
 
 .tableMainCell {
+	color: #ffffff;
     padding:10px;
+	background-color: black;
 }
 
 
 .dlTableCell {
+   color: #ffffff;
    padding:1px;
+	background-color: black;
 }
 
 .sectionText {
+	color: #ffffff;
 	margin:0px;
 	margin-top: 16px;
+	background-color: black;
 }
 
 
diff --git a/docs/latest/_static/tc_logo.png b/docs/latest/_static/tc_logo.png
index e30944c..749fd7f 100644
--- a/docs/latest/_static/tc_logo.png
+++ b/docs/latest/_static/tc_logo.png
Binary files differ
diff --git a/downloads/index.html b/downloads/index.html
index 715f574..0b7cab0 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -13,22 +13,28 @@
   </head>
   <body>
     <div class="bkgdWrapper">
-
     </div>
     <div class="appWrapper">
       <div class="appHeader">
-            <div class="applogo"></div>
-              <div class="navWrapper">
-                <ul>
-                  <li class="selected"><b>DOWNLOADS</b></a></li>
-                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
-                  <li class="navMain"><a href="../ask/index.html">ASK A QUESTION</a></li>
-                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
-                </ul>
-              </div>
+        <div class="applogo"></div>
+          <div class="navWrapper">
+            <ul>
+              <li class="selected"><b>DOWNLOADS</b></a></li>
+              <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+              <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+              <li class="navMain"><a href="../ask/index.html">INFO</a></li>
+		      <li class="navMain"><a href="../index.html">HOME</a></li></ul>
+            </ul>
+          </div>
         </div>
-		TBD.
 
+	  <hr/>
+	  <p class="sectionContainer">
+		 We are working on our first Apache Incubator approved release. Keep an eye on the mailing lists to find out details.
+      </p>
+	  <p class="sectionContainer">
+		 Older, non-ASF releases can be found <a href="http://traffic-control-cdn.net/downloads/index.html">here</a>.
+      </p>
+    </div>
   </body>
 </html>
diff --git a/images/tc_logo.png b/images/tc_logo.png
index e30944c..749fd7f 100644
--- a/images/tc_logo.png
+++ b/images/tc_logo.png
Binary files differ
diff --git a/images/tc_logo_nw.png b/images/tc_logo_nw.png
new file mode 100644
index 0000000..9ea6966
--- /dev/null
+++ b/images/tc_logo_nw.png
Binary files differ
diff --git a/index.html b/index.html
index 3adbb11..efd4131 100644
--- a/index.html
+++ b/index.html
@@ -18,18 +18,18 @@
             <div class="applogo"></div>
               <div class="navWrapper">
                 <ul>
-                  <li class="selected"><b>HOME</b></a></li>
-                  <li class="navMain"><a href="docs/latest/index.html">DOCUMENTATION</a></li>
-                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="ask/index.html">ASK A QUESTION</a></li>
-                  <li class="navMain"><a href="docs/latest/faq/index.html">FAQ</a></li>
                   <li class="navMain"><a href="downloads/index.html">DOWNLOADS</a></li>
+                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+                  <li class="navMain"><a href="docs/latest/index.html">DOCS</a></li>
+                  <li class="navMain"><a href="ask/index.html">INFO</a></li>
+                  <li class="selected"><b>HOME</b></a></li>
                 </ul>
               </div>
         </div>
 
+	<hr/>
     <p class="sectionContainer">
-    Traffic Control allows you to build a large scale content delivery network using open source. Built around <a href="http://trafficserver.apache.org">Apache Traffic Server</a> as the caching software, Traffic Control implements all the core functions of a modern CDN:
+    Apache Traffic Control (incubating) allows you to build a large scale content delivery network using open source. Built around <a href="http://trafficserver.apache.org">Apache Traffic Server</a> as the caching software, Traffic Control implements all the core functions of a modern CDN:
     </p>
 
     <table class="tableMain" cellpadding="10">
@@ -58,5 +58,24 @@
         </tr>  
     </table>
 
+
+	<br><br>
+	<!-- Found this footer on several other incubating projects - not sure if we need something like this as well, and if we just can use the same thing? -->
+	<footer id='footer' class="footer">
+		<p>
+			Copyright &copy; 2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+			<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+		</p>
+		<table>
+			<tr>
+				<td><a href="http://incubator.apache.org/" target="_blank"><img src="http://incubator.apache.org/images/egg-logo2.png" alt="" /></a></td>
+				<td style="padding-left:10px;">
+					Apache Traffic Control is an effort undergoing Incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. 
+					Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. 
+					While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+				</td>
+		</table>
+	</footer>
+	</div>
   </body>
 </html>
diff --git a/traffic_monitor/index.html b/traffic_monitor/index.html
index c32854b..88e2dfe 100644
--- a/traffic_monitor/index.html
+++ b/traffic_monitor/index.html
@@ -21,11 +21,10 @@
               <div class="navWrapper">
                 <ul>
                   <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
-                  <li class="navMain"><a href="https://groups.google.com/forum/#!forum/traffic_control">ASK A QUESTION</a></li>
-                  <li class="navMain"><a href="https://github.com/Comcast/traffic_control">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li>
+                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
+                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
                 </ul>
               </div>
         </div>
diff --git a/traffic_ops/index.html b/traffic_ops/index.html
index bce51b1..61ade79 100644
--- a/traffic_ops/index.html
+++ b/traffic_ops/index.html
@@ -21,11 +21,10 @@
               <div class="navWrapper">
                 <ul>
                   <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
-                  <li class="navMain"><a href="https://groups.google.com/forum/#!forum/traffic_control">ASK A QUESTION</a></li>
-                  <li class="navMain"><a href="https://github.com/Comcast/traffic_control">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li>
+                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
+                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
                 </ul>
               </div>
         </div>
diff --git a/traffic_portal/index.html b/traffic_portal/index.html
index 6ad8717..2a4665c 100644
--- a/traffic_portal/index.html
+++ b/traffic_portal/index.html
@@ -21,11 +21,10 @@
               <div class="navWrapper">
                 <ul>
                   <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
-                  <li class="navMain"><a href="https://groups.google.com/forum/#!forum/traffic_control">ASK A QUESTION</a></li>
-                  <li class="navMain"><a href="https://github.com/Comcast/traffic_control">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li>
+                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
+                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
                 </ul>
               </div>
         </div>
diff --git a/traffic_router/index.html b/traffic_router/index.html
index 8c91848..77d7339 100644
--- a/traffic_router/index.html
+++ b/traffic_router/index.html
@@ -21,11 +21,10 @@
               <div class="navWrapper">
                 <ul>
                   <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
-                  <li class="navMain"><a href="https://groups.google.com/forum/#!forum/traffic_control">ASK A QUESTION</a></li>
-                  <li class="navMain"><a href="https://github.com/Comcast/traffic_control">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li>
+                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
+                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
                 </ul>
               </div>
         </div>
@@ -33,23 +32,19 @@
     <table class="tableMain" cellpadding="10">
     <tr>
     <td class="tableMainCell"><img src="../images/traffic_router_logo.png"></td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    </tr><tr>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell" valign="top">Documentation:</td>
+    <td class="tableMainCell" valign="top"></td>
     <td class="tableMainCell">
       <a href="../docs/latest/overview/traffic_router.html">Overview</a><br>
       <a href="../docs/latest/admin/traffic_router.html">Administration</a><br>
       <a href="../docs/latest/development/traffic_router.html">Development</a><br>
       <a href="..//docs/latest/search.html?q=traffic+router&check_keywords=yes&area=default">Search Documentation</a>
     </td>
+    <td class="tableMainCell"></td>
+    <td class="tableMainCell"></td>
+    </tr><tr>
+    <td class="tableMainCell"></td>
     <td>
     </td>
-    <td  class="tableMainCell" valign="top">Builds:</td>
-    <td>
-    TBD
-    </td>
     </tr>
     </table>
   </body>
diff --git a/traffic_stats/index.html b/traffic_stats/index.html
index e95e7c8..f0ca6d4 100644
--- a/traffic_stats/index.html
+++ b/traffic_stats/index.html
@@ -21,11 +21,10 @@
               <div class="navWrapper">
                 <ul>
                   <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
-                  <li class="navMain"><a href="https://groups.google.com/forum/#!forum/traffic_control">ASK A QUESTION</a></li>
-                  <li class="navMain"><a href="https://github.com/Comcast/traffic_control">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li>
+                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
+                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
                 </ul>
               </div>
         </div>