@charset "UTF-8";

a:link,a:active,a:hover {
  color:#FAD700;
}

a:visited {
  color:#ffffff;
}

body {
  color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:13px;
}

#fixed_background {
  display:block;
  background-position:center;
  background-attachment:fixed;
  background-size:cover;
  background-repeat:no-repeat;
  background-image:url(//i1053.photobucket.com/albums/s472/gjjgjjgjj/skull%20back%20gound%201502%2002.jpg);
}

.profile_section_content {
  color:#ffffff;
  border:0 none #;
  padding:0;
  margin:10px;
  margin-top:10px;
  margin-bottom:120px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-bottom-right-radius:20px;
  -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:#25365C;
  filter:alpha(opacity=60);
  opacity:.6;
  animation:myfirst 30s linear infinite;
  -moz-animation:myfirst 30s linear infinite;
/* Firefox */
  -webkit-animation:myfirst 30s linear infinite;
/* Safari and Chrome */
  -o-animation:myfirst 30s linear infinite;
/* Opera */
}

@keyframes myfirst {
  0%,100% {
    background:#25365C;
  }
  
  50% {
    background:#25365C;
  }
  
  80% {
    background:#D63D3B;
  }
}

/* Firefox */
@-moz-keyframes myfirst {
  0%,100% {
    background:#25365C;
  }
  
  50% {
    background:#25365C;
  }
  
  80% {
    background:#D63D3B;
  }
}

/* Safari and Chrome */
@-webkit-keyframes myfirst {
  0%,100% {
    background:#25365C;
  }
  
  50% {
    background:#25365C;
  }
  
  80% {
    background:#D63D3B;
  }
}

/* Opera */
@-o-keyframes myfirst {
  0%,100% {
    background:#25365C;
  }
  
  50% {
    background:#25365C;
  }
  
  80% {
    background:#D63D3B;
  }
}

.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:20px;
  text-align:center;
  background-color:transparent;
  background-color:#000000;
  filter:alpha(opacity=60);
  opacity:.6;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -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;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}