@charset "UTF-8";

* {
  font-family:Helvetica,Verdana,sans-serif;
}

body {
  font-size:1rem;
  line-height:1;
  color:white;
  padding:0;
}

#profile_header {
  padding-top:400px!important;
}

#profile {
  background:url(http://i.imgur.com/aS9J784.png) top no-repeat;
  width:940px;
  margin:40px auto -10px;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background-color:black;
}

#profile_main_about_holder {
}

.heading {
  background:none;
  color:white;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border-bottom:2px solid white;
}

a {
  color:white;
  text-decoration:none;
}

#profile_interests_content,#profile_section_content,#avatar_holder,#age_container,#gender_container,#username_container,#country_container,#sexual_preference_container,#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#profile_about_me > div:nth-child(1) {
  display:none;
}