@charset "UTF-8";

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

a:visited {
  color:##000000;
}

/* div#profile_header.profile_section {
  display:none;
} */
div#profile_friends.profile_subsection {
  display:none;
}

body {
  font-size:/* 1em = 10px */
62.5%;
}

/* OLD 
body {
  background-color:#000000;
  color:#000000;
  font-family:'Verdana';
  font-weight:bold;
  font-style:italic;
  font-size:8px;
} */
#fixed_background {
  display:block;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/132/13296425/415-707-437-880-4938343.jpg);
}

.profile_section_content {
  color:#000000;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #;
  -moz-box-shadow:0 0 0 #;
  box-shadow:0 0 0 #;
}

.profile_section_background {
  background-color:transparent;
  background-color:#000000;
  filter:alpha(opacity=50);
  opacity:1;
}

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

.profile_section_content .heading {
  padding:1px;
  background-color:#000000;
  color:#000000;
  font-family:'Times New Roman';
  font-weight:normal;
  font-style:normal;
  font-size:1px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #;
  -moz-box-shadow:0 0 0 #;
  box-shadow:0 0 0 #;
  -webkit-text-shadow:0 0 0 #;
  -moz-text-shadow:0 0 0 #;
  text-shadow:0 0 0 #;
}

.content {
  padding:5px;
}