@charset "UTF-8";

UTF-8;
html {
  box-sizing:border-box;
}

* {
  box-sizing:border-box;
  acolor:#000000;
}

a,a:visited {
  color:#ffffff;
  text-decoration:none;
}

a:hover, {
  color:#ffffff;
  text-decoration:none;
}

#header_bar,#footer_bar,#avatar_holder,.heading,#status_label.label,#unix_last_broadcast_label,#member_type_value,#member_message_value,#unix_last_updated_container,#unix_last_broadcast_value,#blurb_container,#show_message_dialog,#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#about_me_label,#tags_container,#profile_friends,#profile_password_photo_galleries,#profile_photo_galleries,#profile_interests_content,#profile_schedule,#profile_header a[href^="#wall"] {
  display:none;
  font-style:normal;
  font-weight:400;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/211/21105681/500-443-918-947-11879985.png);
  background-size:cover;
  background-attachment:fixed;
  background-repeat:no-repeat;
  margin:0 auto;
}

#profile {
  width:100%;
  height:100%;
  font-size:18px;
  margin:0 auto;
}

#status_container {
  width:100%;
  position:fixed;
  z-index:30;
  margin:0 10px;
  bottom:-1px;
}

#status_container .label {
  min-width:40px;
}

#profile_header_container {
  width:100%;
  min-height:0;
}

#profile_header,#status_value a[href^="#"] {
  width:100%;
  position:fixed;
  bottom:0;
  left:5px;
  text-align:center;
}

.middle {
  width:100%;
  height:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  font-size:72px;
  color:white;
  text-shadow:-3px 0 black,0 3px black,3px 0 black,0 -3px black;
}