body {background-image: url(images/a5_bg.jpg);
      background-attachment: fixed;
      
        }

div#base {}

div#head_wide {position: absolute;
               background-image: url(images/a5_awe01.jpg);
               width: 1100px;
               height: 219px;
               border: solid;
               border-width: 6px;
               top: 20px;
               left: 20px;
               z-index: -10;}
               
div#head_01   {position: absolute;
               background-image: url(images/a5_awe1.jpg);
               width: 142px;
               height: 142px;
               border: solid;
               border-width: 4px;
               border-color: white;
               top: 65px;
               left: 65px;
               z-index: -5;}
               
div#head_02   {position: absolute;
               background-image: url(images/a5_awe2.jpg);
               width: 123px;
               height: 123px;
               border: solid;
               border-width: 3px;
               border-color: white;
               top: 45px;
               left: 180px;
               z-index: -4;}

div#head_03   {position: absolute;
               background-image: url(images/a5_awe3.jpg);
               width: 109px;
               height: 108px;
               border: solid;
               border-width: 3px;
               border-color: white;
               top: 80px;
               left: 280px;
               z-index: -6;}
               
div#head_04   {position: absolute;
               background-image: url(images/a5_awe4.jpg);
               width: 92px;
               height: 92px;
               border: solid;
               border-width: 3px;
               border-color: white;
               top: 115px;
               left: 375px;
               z-index: -4;}
               
div#head_05   {position: absolute;
               background-image: url(images/a5_awe5.jpg);
               width: 92px;
               height: 92px;
               border: solid;
               border-width: 3px;
               border-color: white;
               top: 100px;
               left: 460px;
               z-index: -5;}
               
div#head_06   {position: absolute;
               background-image: url(images/a5_awe6.jpg);
               width: 92px;
               height: 92px;
               border: solid;
               border-width: 3px;
               border-color: white;
               top: 130px;
               left: 550px;
               z-index: -6;}
               
div#head_07   {position: absolute;
               background-image: url(images/a5_awe7b.jpg);
               width: 92px;
               height: 92px;
               border: solid;
               border-width: 3px;
               border-color: white;
               top: 140px;
               left: 640px;
               z-index: -7;}
               
div#para1  {position: absolute;
            height: 450px;
            width: 860px;
            background-image: url(images/randomgrey.png);
            border: solid;
            border-width: 3px;
            border-color: black;
            font-size: 20px;
            line-height: 140%;
            color: gray;
            padding-left: 20px;
            padding-right: 20px;
            top: 285px;
            left: 150px;
            z-index: 15;}
            
div#para2  {position: absolute;
            height: 300px;
            width: 900px;
            background-color: pink;
            top: 610px;
            left: 75px;
            z-index: 10;}            

div#nav_bar {position: fixed;
            height: 55px;
            width: 100%;
            background-color: white;
            font-size: 22px;
            bottom: 0px;
            left: 0px;
            z-index: 100000;}
            
h2 {text-align: center;
    font-size: 35px;
    
}