/* menu placement */
div.menubar {  border: none;
     background-color: #000000;
                color: #d3d7cf;
              padding: 1px;
         padding-left: 16px;
                  top: 0px;
                 left: 0px;
                right: 0px;
               height: 15px;
             position: fixed;
     background-image: url(../images/menu-icon.png);
    background-repeat: no-repeat;
           overflow-y: hidden;
        border-radius: 0px;
   -moz-border-radius: 0px;
              z-index: 1;}


/* an addition to the menu, a Contact Me link */
div.contact {  border: none;
                color: #d3d7cf;
           overflow-y: hidden;
              padding: 1px;
                  top: 0px;
                right: 0px;
                width: 150px;
               height: 15px;
           text-align: right;
             position: fixed;
              z-index: 2;}

p.movingmessage {
           text-align: center;}
