body{
   background-image: url('clover.gif');
   background-size:70px;
}

  
 body {
  font-family: "Pixelify Sans", sans-serif;
  font-style: normal; 

}

#bigbox{
width:100%;
height:100%;
  }
#container{
  width: 90%;
  height: 600px;
  background-color: #A0F2AA;
  margin-left:auto;
  margin-right:auto;
  
  clear:both;


}

#r2{
  background-color:#A0F2AA;
  width:80%;
  height:500px;
  float:right;
}

#header{
  text-align: center;
  background-color:white;
  }
  
#header2{
  
  height:70px;
  background-color:white;
  }

#main{
  background-color:white;
  float:left;
  width: 80%;
  height:500px;
 

  }
  
  #abtme {
    background-color:#A0F2AA;
    width:70%;
    height:75%;
    padding:10px;
    margin-left:150px;
    margin-right:auto;
    }
#contact{
  background-color:#A0F2AA;
  width:20%;
  height:500px;
  float:right;
  position:relative;

  }
  
#nav{
  background-color:#A0F2AA;
  width:20%;
  height:500px;
  float:left;
  position:relative;
}

#blinkie{
  background-color:#72DB94;
  position:absolute;
  bottom:0;
  width:100%;
  height:200px;
  }

#whatsnew{
  
  background-color:#72DB94;
  position:absolute;
  bottom:0;
  width:100%;
  height:200px;

  }

#footer{
clear:both;
height:70px;
background-color:white;
  }
