.Scroller-Container  {
                           position: absolute;
                           top: 0px; left: 0px;
                     }

.Scrollbar-Up        {
                           position: absolute;
                           top: 16px;
                           width: 13px;
                           height: 10px;
                             background-color: #cae3e6;



                           font-size: 0px;
                     }

.Scrollbar-Track     {
                           width: 13px;
                           height: 125px;
                           position: absolute;
                           top: 52px;
                           background-color: #eff7f8;



                     }

.Scrollbar-Handle    {
                           position: absolute;
                           width: 13px;
                           height: 30px;
                           background-color: #cae3e6;

                     }

.Scrollbar-Down      {
                           position: absolute;
                           top: 198px;
                           width: 13px; height: 10px;
                           background-color: #cae3e6;
                           font-size: 0px;

                     }

#Scrollbar-Container {
                           position: absolute;
                           top: 85px;
                           left: 902px;
                     }

#Containerb          {
                           position: absolute;
                           top: 46px;
                           left: 215px;
                           width: 600px;
                           height: 445px;
                           background-color: #ffffff;


                     }

 #News, #About, #Extra {
                           position: absolute;
                           top: 10px;
                           overflow: hidden;
                           width: 600px;
                           height: 445px;
                           display: none;
                       }

#News                  {
                           display: block;
                       }

 /*p { */
   /*margin: 0; padding: 0px 13px 12px;*/
  /* font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /* font-size: 11px;*/
 /*  text-indent: 20px;*/
 /* color: #404040;*/
  /* text-align:justify;*/
   /*line-height: 1.5em;*/
 /*}*/

#Navigation            {
                           position: absolute;
                           top: 30px;
                           left: 75px;
                       }

#Navigation a          {
                            margin: 5px 2px 0 0;
                            padding: 0 5px;
                            height: 20px;
                            background-color: #E4E4E4;
                            font-family: Verdana, Arial, Helvetica, sans-serif;
                            font-size: 10px;
                            color: #AAA;
                            text-decoration: none;
                            display: block;
                            float: left;
                            letter-spacing: 1px;
                       }

#Navigation a:hover    {
                            margin-top: 0px;
                            height: 25px;
                       }

#Navigation a.current  {
                            margin-top: 0px;
                            height: 25px;
                            background-color: #EEE;
                            color: #777;
                       }