@charset "UTF-8";

a:link,a:active,a:hover,a:focus {
  text-decoration:underline;
}

a:visited {
  color:#;
}

div#profile_header.profile_section {
  display:none;
}

body {
  width:1024px!important;
  margin:10px 250px;
  background-color:#fffff;
  background-image:url(texture.png),url(https://img.mfcimg.com/photos2/208/20803035/637-255-305-875-10813420.jpg);
  background-position:center center,center top;
  background-repeat:repeat-both;
  position:absolute;
  backgroundattachment:fixed;
}  
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:50px;
  margin:5px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  border-radius:100px;
  -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:rgba(255,255,255,.70);
  filter:alpha(opacity=90);
  opacity:2;
}

.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:#BCEC76;
  color:#FFFFFF;
  font-family:'Garamond';
  font-weight:bold;
  font-style:normal;
  font-size:30px;
  -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;
}

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

ul {
  list-style-type:none;
}

body {
  font-family:Verdana,sans-serif;
}