@charset "UTF-8";

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

a:visited {
  color:#c90000;
}

body {
  background-color:#ffffff;
  background-color:#e31164;
  color:#f9f6f6;
  font-family:'Palatino Linotype';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
}

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/11077.jpg);
}

.profile_section_content {
  color:#f9f6f6;
  border:0 none #;
  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=20);
  opacity:.2;
}

.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:#df155d;
  color:#FFFFFF;
  font-family:'Palatino Linotype';
  font-weight:bold;
  font-style:normal;
  font-size:22px;
  -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;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-mVbhxIYSaUs/VNMST8bsEiI/AAAAAAAAHiA/ZdciqORIFhA/s1600/amazon_blue.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://1.bp.blogspot.com/-6Q3Og6rOd5M/VNMSVPZDGcI/AAAAAAAAHiQ/fQvZgoLSNEY/s1600/twitter_blue.png) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

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

.offtips:hover {
  display:inline-block;
  position:relative;
  width:100px;
  height:45px;
  background:url(http://4.bp.blogspot.com/-ZaOb62zGLjc/Uphp2q-qJtI/AAAAAAAACxk/yWnFFB8dwyI/s1600/tipme1-100x42.gif);
  background-repeat:no-repeat;
}