@charset "UTF-8";

a:link,a:active,a:hover {
  color:#681c9e;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#f9b7f2;
  color:#a783a1;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top center;
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/198/19804871/604-735-138-141-9858992.jpg);
}

#header {
  position:absolute;
  top:0;
  height:949px;
/*Change this depending on how much height you want at 
the top*/
  width:1024px;
/*Ditto for width*/
  left:0;
  right:0;
  margin:auto;
}

table {
  margin-top:949px;
}

/*change this to match what you set the 
height above to.*/
table table {
  margin-top:0;
}

.profile_section_content {
  color:#a783a1;
  border:0 none #f662ff;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=40);
  opacity:.4;
}

.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;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#ff8dfc;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #d616f8;
  -moz-box-shadow:0 0 0 #d616f8;
  box-shadow:0 0 0 #d616f8;
  -webkit-text-shadow:0 0 0 #674e4e;
  -moz-text-shadow:0 0 0 #674e4e;
  text-shadow:0 0 0 #674e4e;
}

/* Gallery */
.photo_gallery_preview {
  color:#FF33CC;
  width:100px;
  height:150px;
  padding:3px;
  font-weight:bold;
  text-shadow:-4px 8px 9px #000;
  font-size:12px;
  background:rgba(0,0,0,0);
  outline:1px solid #000 -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}

.photo_gallery_preview:hover {
  font-weight:bold;
  font-style:none;
  color:#FFF;
  padding:5px;
  background:rgba(241,154,176,1);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:12px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
}

img {
  outline:1px solid #728F8F;
}

.photo_gallery_preview .photo_gallery_count {
  font-size:15px;
}

.photo_gallery_preview a,.photo_gallery_preview a:link,.photo_gallery_preview a:active,.photo_gallery_preview a:hover,.photo_gallery_preview a:visited {
  color:#FCFCFC;
  text-decoration:none;
  white-space:nowrap;
}

.profile_section_content {
  background-image:url(http://img-fotki.yandex.ru/get/4136/131624064.350/0_a1f5e_6a4296a1_M.jpg);
  -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;
  }
}

@-ms-keyframes hearts {