@charset "UTF-8";

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

a:visited {
  color:#fbad6f;
}

body {
  width:1024px!important;
  margin:auto!important;
  background-color:#ffffff;
  background-color:#000000;
}

body,td {
  color:#f2f2f2;
  font-family:'Lucida Console';
  font-weight:normal;
  font-style:normal;
  font-size:13px;
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

#fixed_background {
  display:block;
  background-position:bottom center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/17092.jpg);
}

.profile_section_content {
  color:#f2f2f2;
  border:1px solid #272727;
  padding:0;
  margin:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -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:#00ccf8;
  filter:alpha(opacity=70);
  opacity:.7;
}

.img_radius_shadow {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
}

.profile_section_content .heading {
  padding:10px;
  background-color:#7fcfdb;
  color:#eeeeee;
  font-family:'Lucida Console';
  font-weight:normal;
  font-style:normal;
  font-size:17px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

#five_things_label,#for_fun_label,#craziest_thing_label,#be_anywhere_label,#know_me_label, {
  display:none;
  opacity:0;
}