@charset "UTF-8";

body {
  background-color:#000000;
  color:#FFFFFF;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:bold;
  font-size:24px;
}

#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/202/20282612/349-906-981-950-12642206.jpg);
  background-size:cover;
}

.profile_section_content {
  color:#FFFFFF;
  border:0 none #;
  padding:5px;
  margin:5px;
  border-radius:5px;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  filter:alpha(opacity=5);
  opacity:.05;
  background-image:url(https://img.mfcimg.com/photos2/202/20282612/995-380-336-717-11756219.jpg);
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#FFFFFF;
  color:#FFFF00;
  font-family:'Tahoma';
  font-weight:bold;
  font-style:normal;
  font-size:24px;
  border-radius:0;
  box-shadow:0 0 0 #777777;
  text-shadow:1 1 1 #AAAAAA;
  background-image:url(https://img.mfcimg.com/photos2/202/20282612/995-380-336-717-11756219.jpg);
}

.content {
  padding:10px;
}