@charset "UTF-8";

}

body {
  background-color:#ffffff;
  font-color:#000000;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

body {
  margin:auto;
  Text-align:center;
  width:800px!important;
  padding-top:10px;
}

#fixed_background {
  display:block;
  background-position:bottom right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url();
}

.profile_section_content {
  color:#000000;
  text-align:none;
  padding:5px;
  margin:2px;
  -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_background {
  background-color:transparent;
  background-color:#;
  filter:alpha(opacity=80);
  opacity:.8;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#;
  color:#d92b64;
  font-family:'Arial Black';
  letter-spacing:5px;
  font-weight:normal;
  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;
}