@charset "UTF-8";

#profile_main_photo,#new_comment,#comments,#wall_poster_avatar,#wall_poster_username,#header_bar,.wall_post_info,#profile_header,#new_comment_inputs {
  display:none;
}

body {
  background:white repeat fixed url(http://newevolutiondesigns.com/images/freebies/white-wallpaper-18.jpg);
  width:900px;
/*added code*/
  margin:0 auto;
}

/* Heading area. We'll change the color of the background and the text color in this section. We'll make the background color maroon and the text white.*/
.heading {
  background-color:maroon;
  color:#FFFFFF;
}

/* Content area. Let's make the background white and opaque (a little see-through. You don't have to add it in if you don't want opacity. */
.profile_section_background {
  background-color:#FFFFFF;
  opacity:.7;
}

/*Labels and Values. Let's make them dark grey. We can combine them together because we want them to have the same text color. */
.label .value {
  color:#545454;
}

body {
  margin:0 auto;
  width:800px!important;
}