@charset "UTF-8";

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

a:visited {
  color:#;
}

.profile_section_background {
  background-color:#b884e3;
  background-position:center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(http://i.imgur.com/VJJ3Vbh.jpg);
}

body {
  background-color:#ffffff;
  background-color:#9123d0;
  color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  margin:0;
  padding:0;
}

#fixed_background {
  display:block;
  background-position:top right;
  background-attachment:fixed;
  background-repeat:repeat-x;
  background-size:auto 100%;
  background-image:url(http://i.imgur.com/EkwW4XO.jpg);
}

#profile {
  display:block;
  background-position:top;
  margin:40px auto;
  padding:485px 0 0;
  width:960px;
  background-repeat:no-repeat;
  background-image:url(http://i.imgur.com/OcPaaGq.jpg);
}

.profile_row {
  display:block;
  margin:0;
  width:100%;
}

.profile_section {
  display:block;
  overflow:hidden;
}

.profile_section_content {
  color:#000;
  border:0 none #;
  -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_content .heading {
  background-color:#941f96;
  color:#000;
  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 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
  -webkit-text-shadow:0 0 0 #000000;
  -moz-text-shadow:0 0 0 #000000;
  text-shadow:0 0 0 #000000;
}

.profile_subsection {
  width:390px;
}

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

.my_mfc_news_feed {
  width:100%;
  height:330px;
}