@charset "UTF-8";

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

.profile_section_content {
  background-image:url(http://3.bp.blogspot.com/-TDG46Vn0sis/UtzXlIqenRI/AAAAAAAADlQ/Fh-3OO8h7vo/s1600/hearts1.png),url(http://3.bp.blogspot.com/-IxPBwy4XahM/UtzXk6ivG5I/AAAAAAAADlM/YUiZJYd5PaM/s1600/hearts2.png),url(http://2.bp.blogspot.com/-xYI5fuv7v9Q/UtzXlN17QPI/AAAAAAAADlU/VUxBUn8JR6A/s1600/hearts3.png);
  -webkit-animation:hearts 20s linear infinite;
  -moz-animation:hearts 20s linear infinite;
  -ms-animation:hearts 20s linear infinite;
  animation:hearts 20s linear infinite;
}

@keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-moz-keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-webkit-keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
    background-color:rgba(0,0,0,0.7);
  }
  
  50% {
    background-color:rgba(0,0,0,0.7);
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
    background-color:rgba(0,0,0,0.7);
  }
}

@-ms-keyframes hearts {