#mainA {
  position : relative;
  width : 900px;
  margin : 0 auto;
}
               #cookpage {
                position : absolute;
                background-image : url(cookinghead.jpg);
                top : 0px;
                left : 0px;
                width: 900px;
                height: 70px;
                padding: 0px;
                background-repeat: no-repeat;
}
                #bg2 {
                position : absolute;
                background-image : url(bg.jpg);
                top : 75px;
                left : 0px;
                height : 100%;
                width : 900px;
                padding : 0px;
                background-repeat: repeat-x;
}
#heart {
   position : absolute;
   top : 75px;
   left : 30px;
   z-index:8;
}  
#heart2 {
   position : absolute;
   top : 75px;
   left : 825px;
   z-index:8;
} 
#dyna {
   position : absolute;
   top : 400px;
   left : 0px;
   z-index:5;
}
#cooking {
  position: absolute;
  top : 125px;
  left : 600px;
  width: 300px;
  font-size: 14px;
  font-family: Garamond, Arial;
  text-decoration: none;
  text-align : left; 
  z-index: 7;
  color: #ffffff;
}
#recipetext {
  position: absolute;
  top : 125px;
  left : 50px;
  width: 500px;
  font-size: 14px;
  font-family: Garamond, Arial;
  text-decoration: none;
  text-align : left; 
  z-index: 7;
  color: #ffffff;
}
a {text-decoration: none}
a:link {color: #ffffff}
a:visited {color: #ffffff}
a:hover {color: gold}
a:active {color: #ffffff}
#topnavigation{
  position: absolute;
  top : 75px;
  left : 0px;
  width: 900px;
  font-size: 16px;
  font-family: Garamond, Arial;
  text-decoration: none;
  text-align: center;
  z-index:9;
  color: #ffffff;
}
#bottomnav{
  position: absolute;
  top : 1250px;
  left : 0px;
  width : 900px;
  font-size: 14px;
  font-family: Garamond, Arial;
  text-decoration: none;
  text-align: center;
  z-index:9;
  color: #ffffff;
}
#bottomnavigation4 {
  position: absolute;
  top : 1250px;
  left : 0px;
  width : 900px;
  font-size: 10px;
  font-family: Arial;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}

