body, html
          {
            background-color: #FFF;
            margin: 0px;
	    font-family: Helvetica, Arial, sans-serif;
            background-image: url("images/newBgHead.png");
            background-position: top left;
            background-repeat: no-repeat;
            font-weight: normal;
          }
#navmenu
          {
            text-align: center;
            position: absolute;
            top: 125px;
            left: 35px;
          }
#navmenu li
         {
            font-family: Helvetica, Arial, sans-serif;
            font-weight: bold;
            font-size: 16px;
            list-style: none;
            display: block;
            width: 120px;
            float: left;
            color: #000;
            text-transform: uppercase;
         }
#navmenu a
         {
            color: #FF05DE;
            text-transform: uppercase;
         }
#navmenu a:hover
         {
            color: #29AAFD;
            text-transform: uppercase;
            text-decoration: none;
         }
#content
         {
            position: absolute;
            top: 180px;
            left: 54px;
            color: #000;
            width: 780px;
            border: 1px solid #000;
            background-color: #FFF;
            padding: 10px;
            height: 400px;
            text-align: left;
            font-weight: normal;
         }
#footer
         {
            position: absolute;
            top: 600px;
            left: 0px;
            padding: 10px;
            font-size: 12px;
         }