@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#ffffff;
  color:#666666;
  font-family:'arial narrow';
  font-weight:normal;
  font-style:normal;
  font-size:0;
  width:900px;
  margin:0 auto;
}

#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

#craziest_thing_value {
  background-color:#ffffff;
  width:875px;
  height:1200px;
}

.heading {
  display:none;
}

#profile_header.profile_section {
  display:none;
}

#profile_about_me_friends {
  display:none;
}

#profile_password_photo_galleries {
  display:none;
}

#profile_schedule {
  display:none;
}

#profile_comments {
  display:none;
}

.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;
}

.content {
  padding:5px;
}