@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background:#000000;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:px #;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

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

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

.profile_section_content .heading {
  text-align:center;
  font-weight:bold;
  background:#000000;
  color:#ffffff;
}

.content {
  padding:5px;
}

#profile {
  background-color:#ffffff;
  margin:0 auto;
  width:900px;
}

#header_bar,#footer_bar {
  display:none;
}

#profile_photo_galleries {
  margin-top:-345px;
  position:fixed;
  background:#ffffff;
  width:300px;
  margin-left:910px;
  padding:10px;
}

#profile_friends {
  margin-top:105px;
  position:fixed;
  background:#ffffff;
  width:300px;
  margin-left:630px;
  padding:10px;
}

#profile_about_me {
  margin-top:-130px;
  position:fixed;
  background:#ffffff;
  width:300px;
  margin-left:-610px;
  padding:10px;
}