@charset "UTF-8";

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

a:visited {
  color:#e71414;
}

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

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/206/20629251/684-982-611-516-8898139.jpg);
}

.profile_section_content {
  color:#666666;
  border:10px none #000000;
  padding:10px;
  margin:10px;
  -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=90);
  opacity:.9;
}

.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:20px;
  background-color:#ea76ec;
  color:#FFFFFF;
  font-family:'Palatino Linotype';
  font-weight:normal;
  font-style:italic;
  font-size:25px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:3px 2px 0 #f014d6;
  -moz-text-shadow:3px 2px 0 #f014d6;
  text-shadow:3px 2px 0 #f014d6;
  background-image:url(https://img.mfcimg.com/photos2/206/20629251/248-109-565-191-8898140.jpg);
}

.content {
  padding:5px;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-OOZz_rDm-ek/VNMSWG3H33I/AAAAAAAAHic/dyftTGKQNAY/s1600/twitter_purple.png) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}