.start_box{
   border-style: solid;
   border-style: 2px;
   padding: 20px;
}
header{
	 color: white;
	 background-image: url("http://www.netanimations.net/water_waves_ocean_ripple_high_quality_animated_gif.gif");
   //background-image: url("http://wildliferesearch.org/wp-content/uploads/2012/09/yellowed-parchment-paper.jpg");
}
nav{
	    color: white;
        background-image: url("http://i573.photobucket.com/albums/ss174/ygladies/CAPS/satan-hell-request-flame.gif");
}
nav li{
        display: inline-block; //stops them from being on separate lines
        margin: 0px 20px;   //separates them from each other
}
section{
    //float: left;
    //width: 600px;
	color: white;
	background-image: url("https://media.giphy.com/media/d97OPMEimWGBi/giphy.gif");
}
aside{
	color: white;
    //float: left;
    //width: 272px;
	background-color: black;
	background-image: url("https://media.giphy.com/media/oAVGY2Iyayztu/giphy.gif")
}
footer{
    //clear: left; 
    color: white;	
	background-image: url("https://media.riffsy.com/images/d953de0869a70c0b3cb312eea39b001e/raw");
}
img{
      float: left;   //removes from document flow so h1 will move back up to the first line
      margin-right: 20px;    //pushes over the h1 so it's not right next to the picture;
}
.wrapper{
        width: 960px;   //limits our width to 960px;
        margin: 0 auto;
}
body {
	background-image: url("https://cf.geekdo-static.com/avatars/avatar_id61152.gif")
}
a.button {
  background: #C0C0C0;
  background-image: -webkit-linear-gradient(top, #C0C0C0, #000080);
  background-image: -moz-linear-gradient(top, #C0C0C0, #000080);
  background-image: -ms-linear-gradient(top, #C0C0C0, #000080);
  background-image: -o-linear-gradient(top, #C0C0C0, #000080);
  background-image: linear-gradient(to bottom, #C0C0C0, #000080);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

a.button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
//h1{
//        display: inline-block;
//        margin-left: 10px;
//}

//header h1{    <--only h1 tags that are decedents of the header
//     display: inline-block;
//     margin-left: 10px;