@charset "UTF-8";

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

a:visited {
  color:#ffffff;
}

body {
  background-color:#ffffff;
  background-color:#0b0a08;
  color:#e71dea;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
}

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/531/5313442/752-240-958-796-7536568.jpg);
}

.profile_section_content {
  color:#e71dea;
  border:10px groove #ab624d;
  padding:21px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #d23728;
  -moz-box-shadow:0 0 0 #d23728;
  box-shadow:0 0 0 #d23728;
}

.profile_section_background {
  background-color:transparent;
  background-color:#090806;
  filter:alpha(opacity=0);
  opacity:0;
}

.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:0;
  background-color:#090908;
  color:#e71dea;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
  -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;
}

-----.fr-left {
  display:block;
  width:33px;
  height:100%;
  background:url(#) repeat-y;
  top:0;
  left:0;
}

.fr-right {
  display:block;
  width:33px;
  height:100%;
  background:url(#) repeat-y;
  top:0;
  right:0;
}

.fr-topleft {
  display:block;
  width:170px;
  height:200px;
  background:url(http://i486.photobucket.com/albums/rr223/mrfunnymonkey123/thmonkey.gif) no-repeat;
  top:0;
  left:0;
}

.fr-topright {
  display:block;
  width:170px;
  height:200px;
  background:url(http://i486.photobucket.com/albums/rr223/mrfunnymonkey123/thmonkey.gif) no-repeat;
  top:0;
  right:0;
}

.fr-top {
  display:block;
  width:100%;
  height:80px;
  background:url(#) repeat-x;
  top:0;
  left:0;
}

.fr-bottom {
  display:block;
  width:100%;
  height:80px;
  background:url(#) repeat-x;
  bottom:0;
  left:0;
}

.fr-left,.fr-right,.fr-topleft,.fr-topright,.fr-top,.fr-bottom {
  position:fixed;
  z-index:10000;
}

.animated {
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  -o-animation-duration:1.5s;
  animation-duration:1.5s;
}