@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#;
  color:#000000;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:17px;
}

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/179/17960261/956-303-624-363-7194262.jpg);
}

.profile_section_content {
  color:#000000;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #FFC0CB;
  -moz-box-shadow:0 0 0 #FFC0CB;
  box-shadow:0 0 0 #FFC0CB;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=60);
  opacity:.6;
}

.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:#ff69b4;
  color:#FFFFFF;
  font-family:'Lucida Console';
  font-weight:bold;
  font-style:normal;
  font-size:17px;
  -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://1.bp.blogspot.com/-ROx3YUQjSAM/Ul3yxlvRmAI/AAAAAAAACU8/OrYUzaGwoHc/s1600/amazon.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}