@charset "UTF-8";

UTF-8;
a,a:link,a:active {
  color:#707070;
  font-wight:bold;
}

a:hover,a:focus {
  color:#580000;
  font-wight:bold;
  text-decoration:underline;
}

a:visited {
  color:#CC3333;
  font-weight:normal;
}

@font-face {
  font-family:lobster;
  src:url(http://www.nasher8236.me/mfc/fonts/Lobster.ttf);
}

body {
  width:920px;
  margin:0 auto;
  font-family:lobster;
  font-size:18px;
  cursor:url(http://cur.cursors-4u.net/holidays/images1/hol35.gif),auto;
  background:#fff;
  background:url(http://animations.fg-a.com/7_animated_background.gif);
  background-repeat:repeat;
  background-position:top center;
  background-attachment:fixed;
  color:#fff;
}

#profile .profile_row:first-child {
  position:absolute;
  margin-left:-414px;
  margin-top:0;
  color:#fff;
  width:400px;
  font-size:44px;
}

::-webkit-scrollbar {
  width:5px;
}

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

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#520D94;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:#520D94;
  border:1px solid #FFF;
}