improves article divs naming and static pages formatting
diff --git a/templates/page.html b/templates/page.html
index f3638b8..77c2c8c 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -5,10 +5,12 @@
   <h3>{{ page.title }}</h3>
 </header>
 <article>
-  <h1 id="title">
+  <h1 id="article_title">
     <a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a>
   </h1>
-  {{ page.content }}
+  <div id="article_text">
+    {{ page.content }}
+  </div>
 </article>
 <footer>
   <a href="{{ SITEURL }}/" class="button_accent">&larr; Index</a>