@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#BACKGROUNDCOLOR;
  background-color:#BACKGROUNDCOLOR;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:8px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(BACKGROUNDURL);
}

.profile_section_content {
  color:#000000;
  border:0 none #000000;
  padding:0;
  margin:0;
  -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;
}

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

.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:0;
  background-color:#000000;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:8px;
  -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 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.heading,#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#marital_status_container,#tags_container,#age_container,#about_me_label,#profile_header,.header_time,#header_bar,#footer_bar {
  display:none;
}

div#profile_friends.profile_subsection {
  display:none;
}

body {
  width:1024px!important;
  margin:auto!important;
}