@charset "UTF-8";

/* don't alter anything in this section. This wipes the page leaving only a comment box at the end */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#average_rating_container > div:nth-child(1),.label,.heading {
  display:none;
}

#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value {
  display:none;
}

.profile_section_background {
  display:none;
}

#photo_gallery_previews {
  display:none;
}

#no_profile_avatar {
  display:none;
}

#wall_poster_avatar,#wall_poster_username {
  display:none;
}

#about_me_container,#about_me_value {
  visibility:visible!important;
}

#profile_comments {
  display:none;
}

#profile_header {
  display:none;
}

/* end of section not to edit */
/* beginning of custom CSS for Alysa's page */
body {
  padding:0;
  margin-top:-5px;
  background-color:#1d1d1d;
  background:url(http://williamgregory.net/alysa/gradient.png) left top repeat;
}

#wrapper {
  position:absolute;
  left:50%;
  width:1020px;
  margin-left:-510px;
  top:0;
  z-index:2;
}

img {
  display:block;
  margin:0 auto;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
}