/* ======================================= */
/*   Main Section                          */

body
  {background-color: #123456;}

.nodisplay 
  {display:none}
.blink
  {text-decoration:blink}

/* - - - - - - - - - - - - - - - - - */

div.upleft
  {position: absolute;
   top: 15%; left: 5%;}

div.upright
  {position: absolute;
   top: 10%; right: 10%}

div.dnleft
  {position: absolute;
   bottom: 10%; left: 10%}

div.dnright
  {position: absolute;
   bottom: 4%; right: 4%}


div.fingers
  {position: absolute;
   top: 35%; left: 20%}


div.family
  {position: absolute;
   top: 47%; left: 10%}

div.home
  {position: absolute;
   top: 75%; left: 75%}


/* - - - - - - - - - - - - - - - - - - - */



a.motorcycle1
  {width:20em;
   height:4.1em;
   text-align:center;
   background: url("mtrccl1.gif");
   background-repeat: no-repeat;}        

a.motorcycle1:hover
  {background: url("mtrccl2.gif");
   background-repeat: no-repeat;}



a.family1
  {width:8em;
   height:3.5em;
   text-align:center;
   background: url("familyconstruction.gif");
   background-repeat: no-repeat;}      


a.home
  {width:6em;
   height:3.5em;
   text-align:center;
   background: url("home1.gif");
   background-repeat: no-repeat;}        

a.home:hover
  {background: url("home2.gif");
   background-repeat: no-repeat;}



