﻿		 body {
          background: url(Images/bg.JPG);}

        .TopHeadLine {
          padding: 10px;
          font-size: xx-small;
          font-family: arial black;
          left: 0%;
          top: 0%;
          height: 5%;
          width: 100%;
          background: url(Images/bg.JPG);
          position: absolute;
          text-align:center; }
         
        .LeftColumn {
          padding: 10px;
          left: 0%;
          top: 0%;
          width: 10%;
          height: 100%;
          background: url(Images/bg.JPG);
          position: absolute; }
          
        .RightColumn {
          padding: 10px;
          left: 90%;
          top: 0%;
          width: 10%;
          height: 100%;
          background: url(Images/bg.JPG);
          position: relative; }

        .BottomHeadLine {
         padding: 10px;
         font-size: xx-small;
         font-family: arial;
         left: 0%;
         top: 92%;
         height: 8%;
         width: 100%;
         background: url(Images/bg.JPG);
         position: absolute;}

        .TopFrame {
          padding: 10px;
          font-size: xx-small;
          font-family: arial black;
          left: 10%;
          top: 50px;
          height: 160px;
          width: 770px;
          background: url(Images/top.JPG);
          position: absolute;
          text-align:center; }
          
        .MenuFrame {
          padding: 10px;
          font-size: small;
          font-family: arial black;
          color: Fuchsia;
          left: 10%;
          top: 170px;
          height: 30px;
          width: 770px;
          position: absolute;
          text-align: center; }

         .TextArea {
           padding: 10px;
           font-size: small;
           font-family: arial black;
           background: url(Images/bg2.JPG);
           left: 10%;
           top: 230px;
           height: 300px;
           width: 770px;
           position: absolute;
           text-align: left; }
          
         .TextFrame {
           padding: 10px;
           font-size: medium;
           font-family: arial black;
           left: 11%;
           top: 250px;
           height: 30px;
           width: 760px;
           position: absolute;
           text-align: left; }

         .PictureArea {
           padding: 10px;
           font-size: small;
           font-family: arial black;
           background: url(Images/m.JPG);
           left: 10%;
           top: 450px;
           height: 248px;
           width: 770px;
           position: absolute;
           text-align: left; }
           
          .ChristmasTree{
           padding: 10px;
           background: url(Images/ChristmasTree.JPG);
           left: 11%;
           top: 270px;
           height: 338px;
           width: 235px;
           position: absolute; }
           
           
