@charset "UTF-8";

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

a:visited {
  color:#;
}

#header_bar,#footer_bar,#profile_avatar,#profile_main_photo,#profile_recent_photos,#tags_container,#profile_header_container,#profile_friends .heading {
  display:none;
}

#profile_header {
  width:960px!important;
  height:725px!important;
  background:url(http://i.imgur.com/1h9KEqG.jpg);
  background-size:1200px;
  background-repeat:no-repeat;
  padding-bottom:200px;
}

body {
  width:960px!important;
  margin:0 auto;
  background-color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background:url(http://i.imgur.com/ksmuDOu.jpg);
  background-attachment:fixed no-repeat;
}

.container {
  display:block;
}

#about_me_value {
  display:block!important;
  width:100%;
  text-align:center;
}

#occupation_container {
  padding-bottom:100px;
}

#profile_friends {
  width:100%;
  position:absolute;
  top:-125px;
  padding-top:20px;
  padding-bottom:100px;
  left:5px;
  font-size:10px;
  color:gray;
}

#profile_about_me .heading {
  display:none;
}

#about_me_label,#profile_interests_content .label {
  display:none;
}

.profile_section_content {
  color:grey;
  padding-top:100px;
  margin:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:transparent;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.content {
  padding:5px;
}

#new_comment {
  position:absolute;
  bottom:-300px;
  padding-top:100px;
  right:0;
}

.user_comment_textarea_small,.user_comment_textarea_big {
  width:900px!important;
  height:100px!important;
  position:absolute;
  top:0;
  right:0;
  display:block;
}

#new_comment_buttons {
  padding-top:5px;
}

#new_comment > .wall_post_avatar,#wall_poster_username {
  display:none;
}