@charset "UTF-8";

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

a:visited {
  color:#777777;
}

body {
/* added background image */
  background:url(https://img.mfcimg.com/photos2/113/11301629/267-188-663-978-8002746.png) no-repeat center top ,url(https://img.mfcimg.com/photos2/113/11301629/512-982-357-492-6704046.jpg) fixed;
/* end added background image */
  background-color:#AAAAAA;
  color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#ffffff;
  border:px #;
  padding:5px;
  margin:5px;
  -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 {
  padding:5px;
  background-color:transparent;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

/* code to remove profile friends list, and rating */
#average_rating_container,#favorite_models_container,#meaning_life_label {
  visibility:hidden;
/* hide the element, does not always work perfectly on it's own */
  height:1px;
/* So if it's displayed it will only be 1 pixel high */
  text-indent:-9999px;
/* and with a negative indent we send it off the left side of the page */
}

/* test header */
#header {
  position:absolute;
  top:10px;
  height:265px;
/*Change this depending on how much height you want at 
the top*/
  width:1024px;
/*Ditto for width*/
  left:0;
  right:0;
  margin:auto;
}

table {
  margin-top:225px;
/* was 225 set to 1000 to move everything off the page. */
}/*change this to match what you set the 
height above to.*/
  
}