@charset "UTF-8";

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

a:visited {
  color:#;
}

.container {
  margin:0;
  display:block;
}

body {
  width:900px;
/*added code*/
  margin:0 auto;
  background-image:url(http://i62.tinypic.com/i5us7b.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color:#000000;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#header_bar {
  background-color:transparent;
  background-image:url(http://i57.tinypic.com/28khxme.jpg);
  background-repeat:no-repeat;
  background-attachment:absolute;
  background-position:top;
  background-size:75%;
  margin-top:10px;
  padding-top:350px;
}

.header_links {
  display:none;
}

#profile {
  box-shadow:0 0 20px 3px #333;
  opacity:.9;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

.profile_section_content {
  background-color:#000000;
  opacity:1;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #7e4a18;
  -moz-box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:#ffffff;
  opacity:.9;
}

#status_container {
  padding-top:50px;
}

#profile_header .profile_section_background {
  background-image:url(http://i58.tinypic.com/2qjw3gg.png);
  background-repeat:no-repeat;
  background-position:top center;
}

#profile_about_me_friends .profile_section_background {
  background-image:url(http://i58.tinypic.com/2eqa0ax.png);
  background-repeat:no-repeat;
  background-position:top center;
}

#profile_photo_galleries .profile_section_background {
  background-image:url(http://i58.tinypic.com/i2plwp.png);
  background-repeat:no-repeat;
  background-position:top center;
}

#profile_password_photo_galleries .profile_section_background {
  background-image:url(http://i60.tinypic.com/2cxt1zr.png);
  background-repeat:no-repeat;
  background-position:top center;
}

#profile_comments .profile_section_background {
  background-image:url(http://i61.tinypic.com/21agye1.png);
  background-repeat:no-repeat;
  background-position:top center;
}

#profile_interests_content .profile_section_background {
  background-image:url(http://i57.tinypic.com/2ike6tw.png);
  background-repeat:no-repeat;
  background-position:top center;
}

#username_container,#new_comment,#meaning_life_container,#photo_gallery_control,#password_photo_gallery_control {
  padding-top:50px;
}

.heading {
  display:none;
}

#about_me_label {
  //display:none;
}

#about_me_value {
  display:block;
}

.mylabel {
  display:table;
  margin:0 auto;
}

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

#snap img,#skype img {
  width:50%;
  display:block;
  margin:0 auto;
}