diff --git a/server/djrandom/frontend/templates/index.html b/server/djrandom/frontend/templates/index.html
index affc286d35e85408e4485dbe65147b82f748e763..44502e4861f04e6732a3733d82c9ab2bc63318dd 100644
--- a/server/djrandom/frontend/templates/index.html
+++ b/server/djrandom/frontend/templates/index.html
@@ -83,28 +83,34 @@ $(document).ready(function() {
         <div id="songInfoDiv">
         </div>
 
-        <div id="pllistDiv">
+        <div id="metasongcontrols" class="buttonbox">
+          <br/>
           <a id="pllistbtn">Playlists</a>
+          | <a id="lyricsbtn">Lyrics</a>
+          | <a id="wikibtn">Wikipedia</a>
+          | <a id="lastfmbtn">Song Info</a>
+        </div>
+
+        <div id="pllistDiv">
           <div id="pllist" style="display: none"></div>
         </div>
 
         <div id="lyricsDiv">
-          <a id="lyricsbtn">Lyrics</a>
           <iframe id="lyrics" width="100%" height="300" style="display: none">
             <p>Your browser does not support iframes.</p>
           </iframe>
         </div>
   
         <div id="wikiDiv">
-          <a id="wikibtn">Wikipedia Author</a>
-          <iframe id="wikipedia" width="100%" height="300" style="display: none">
+          <iframe id="wikipedia" width="100%" height="300" 
+                  style="display: none">
             <p>Your browser does not support iframes.</p>
           </iframe>
         </div>
   
         <div id="lastfmDiv">
-          <a id="lastfmbtn">LastFM Song Info</a>
-          <iframe id="lastfm" width="100%" height="300" style="display: none">
+          <iframe id="lastfm" width="100%" height="300"
+                  style="display: none">
             <p>Your browser does not support iframes.</p>
           </iframe>
         </div>