@charset "UTF-8";

<html>
<head>
<title>BLCKVALENTINE</title>
</head>
<body>
<div id="wrap">
a:link,a:active,a:hover {
  color:#000000;
}

a:visited {
  color:#FF69B4;
}  
}

profile_section_content {
  color:#000000;
  font-family:'Elephant';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  .profile_section_backgroundbackground-color:transparent;
  background-color:transparent;
  filter:alpha(opacity=0);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

body {
  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 {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

/* Start http://www.cursors-4u.com */
body,a:hover {
  cursor:url(http://cur.cursors-4u.net/smilies/smi-3/smi227.cur),progress!important;
}

/* End http://www.cursors-4u.com */