@charset "UTF-8";

body {
  font-family:Arial,sans-serif;
  font-size:18px;
  background-color:#ffffff;
  background-color:#fff;
  color:#9314D2;
  font-family:'Arial','Verdana','Sans-serif';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  background-image:url(https://img.mfcimg.com/photos2/217/21774738/364-604-181-339-13225423.jpg);
}

#profile {
  width:1024px;
  margin:0 auto;
  margin-top:250px;
  background-color:rgba(255,255,255,0.6);
  border-radius:9px;
  box-shadow:0 0 26px #fff;
}

#fixed_background {
  display:block;
  background-image:url(https://img.mfcimg.com/photos2/217/21774738/364-604-181-339-13225423.jpg);
  background-position:top center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%),url(https://img.mfcimg.com/photos2/217/21774738/364-604-181-339-13225423.jpg) no-repeat;
  background-size:100%;
}

a:link,a:active,a:hover {
  color:#9314D2;
}

a:visited {
  color:#9314D2;
}

.profile_section {
  border-spacing:5px;
}

.profile_section_content .heading {
  padding:15px 5px 5px;
  color:#9314D2;
  border-bottom-right-radius:50px;
  border-bottom:5px solid #9314D2;
  font-family:Georgia,serif;
  font-weight:bold;
  font-style:normal;
  font-size:32px;
  text-align:left;
  text-shadow:0 0 12px #fff;
  text-transform:lowercase;
}

#profile_header .heading {
  font-style:normal;
  text-transform:none;
}

.content {
  padding:5px;
}

#profile_header_container {
  margin:0;
}

#header_bar,#avatar_holder,#profile_main_photo,#footer_bar {
  display:;
}