Index: branches/LCSv2/views/default/home.html.bak
===================================================================
--- branches/LCSv2/views/default/home.html.bak	(revision 619)
+++ branches/LCSv2/views/default/home.html.bak	(revision 626)
@@ -1,10 +1,21 @@
 {{extend 'layout.html'}}
 
-<h1>Home Page</h1>
-Welcome {{=name}}<br>
-<h4>
-District Messages
-</h4>
-DTM CONTACTS – CONSTRUCTION:	Adam Ant – 555-888-1111<br>
-PERMITS & MAINTENANCE:	Becky Bee – 555-666-2222<br>
-LCS IT ISSUES:		Carly Cow – 111-555-6666<br>
+<div id="main" role="main" class="mainflex" style="text-align: center;">
+    <div id="pageTitle" class="header">Home</div>
+    <div class="block-content" style="display: block; text-align:left; min-width: 760px; margin: 4% 0% 7% 0%;">
+        <div style="width:760px;">
+            <p class="heading3">Welcome, {{=name}}</p>
+            <div role="heading" aria-level="2" class="heading2">District Messages </div>
+            <div role="heading" aria-level="2" class="heading2">DTM CONTACTS - CONSTRUCTION:  
+                <span style="margin-left: 5%;">Adam Ant - 555-888-1111</span> </div>
+            <div role="heading" aria-level="2" class="heading2">PERMITS & MAINTENANCE: 
+                <span style="margin-left: 5%;"> Becky Bee - 555-666-2222 </span> </div>
+            <div role="heading" aria-level="2" class="heading2">LCS IT ISSUES:  
+                <span style="margin-left: 5%;">  Carly Cow - 111-555-6666 </span></div>
+        </div>
+        <div style="color: gray; position: fixed; bottom: 0; width: 760px; ">
+        <HR>
+            Revision 622
+        </div>
+    </div>
+</div>
Index: branches/LCSv2/views/default/help.html.bak
===================================================================
--- branches/LCSv2/views/default/help.html.bak	(revision 619)
+++ branches/LCSv2/views/default/help.html.bak	(revision 626)
@@ -1,3 +1,6 @@
 {{extend 'layout.html'}}
-<h1>This is the default/help.html template</h1>
-{{=BEAUTIFY(response._vars)}}
+<h1>Sorry, we haven't written the help yet.</h1>
+<div style="color: gray; position: fixed; bottom: 0; width: 760px; ">
+<HR>
+    Revision 622
+</div>
Index: branches/LCSv2/views/default/resetdb.html
===================================================================
--- branches/LCSv2/views/default/resetdb.html	(revision 626)
+++ branches/LCSv2/views/default/resetdb.html	(revision 626)
@@ -0,0 +1,8 @@
+{{extend 'layout.html'}}
+
+<div id="main" role="main" class="mainflex" style="text-align: center;">
+    <div id="pageTitle" class="header">Admin Page</div>
+    <div class="block-content" style="display: block; text-align:left; min-width: 760px; margin: 4% 0% 7% 0%;">
+        {{=form}}
+    </div>
+</div>
Index: branches/LCSv2/views/default/help.html
===================================================================
--- branches/LCSv2/views/default/help.html	(revision 619)
+++ branches/LCSv2/views/default/help.html	(revision 626)
@@ -1,2 +1,7 @@
 {{extend 'layout.html'}}
 <h1>Sorry, we haven't written the help yet.</h1>
+<div style="color: gray; text-align:center">
+<HR>
+    
+    LCS Revision 622
+</div>
