@charset "UTF-8";

body {
  color:white;
}

h1 {
  color:#00ff00;
}

p {
  color:rgb(0,0,255);
}

body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

/* The previously coded background*/
body {
  background:pink repeat fixed url(http://www.wallpaperup.com/uploads/wallpapers/2013/12/15/196209/1e8ee9ca9de6f181b8a7b9a5e82ef586.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:neon Pink;
  color:#000000;
}

/* 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. */
\A.profile_section_background {
  \Abackground-color:#FFFFFF;
  \Aopacity:.7;
}

#WallofFame {
  display:inline-block;
  width:900px;
  height:550px;
  background:url(http://mfcpro.files.wordpress.com/2014/05/wof.png) no-repeat 0 0;
  overflow:hidden;
}

/** wall of fame body wrap***/
#WInfo {
  display:inline-block;
  margin-top:20px;
  margin-bottom:20px;
  height:70px;
  background:rgba(255,255,255,.2);
  padding:10px;
  width:890px;
  font-variant:small-caps;
  text-align:center;
  font-size:24px;
  overflow:auto;
  text-shadow:0 1px 0 #f1f1f1;
}

/** wall of fame info text***/
#WLpremiums {
  display:inline-block;
  margin-top:20px;
  margin-bottom:20px;
  height:350px;
  background:rgba(255,255,255,.2);
  padding:10px;
  width:880px;
  font-variant:small-caps;
  text-align:center;
  overflow:auto;
}

/** wall of fame Premium Listed - wrapper***/
.gri:before {
  content:'';
  background:url(http://www.xniteproductions.com/MFC/model2/star2.png);
  display:inline-block;
  width:20px;
  height:15px;
  margin-right:10px;
}

/*** display effect on premium usernames - grown/star ***/
.gri {
  display:block;
  background:rgba(255,255,255,.1);
  color:#F00;
  font-size:17px;
  font-family:Century Gothic;
  text-decoration:none;
}

.gri:hover:before {
  content:'';
  background:url(http://www.xniteproductions.com/MFC/foxy_eve/star.png);
  display:inline-block;
  width:20px;
  height:15px;
  margin-right:10px;
}

.gri:hover,.gri:focus {
  background:rgba(0,0,0,.1);
  font-size:17px;
  color:#000;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
}

/*** scroll bar ***/
.sbar::-webkit-scrollbar {
  width:8px;
}

.sbar::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(255,255,255,0.3);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.sbar::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#F06;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.sbar::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(0,0,0,.4);
  border:1px solid #000;
}

.vip,vip:link {
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
  padding-top:5px;
  padding-bottom:5px;
  background:#333;
  color:#fff;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
  font-size:.577em;
  text-decoration:none;
  border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #000;
  text-shadow:0 1px 0 #999;
}

.vip:hover {
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
  padding-top:5px;
  padding-bottom:5px;
  background:#f1f1f1;
  color:#000;
}