@charset "UTF-8";

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

a:visited {
  color:#2b176f;
}

body {
  background-color:#FFBE88;
  background-color:#FFBE88;
  color:#000000;
  font-family:'sans-serif';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
}

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

.profile_section_background {
  background-color:transparent;
  background-color:#CF90BA filter:alpha(opacity=95);
  opacity:.95;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #65269a;
  -moz-box-shadow:0 0 0 #65269a;
  box-shadow:0 0 0 #65269a;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#000000;
  color:#fdfdfd;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:21px;
  -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:center;
  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;
}

#tipers {
  display:inline-block;
  width:800px;
  height:600px;
  margin:0 auto;
  background:url(http://mfcdesign.files.wordpress.com/2014/02/bgmain2.png),url(http://mfcdesign.files.wordpress.com/2014/02/bgmain.gif);
  background-repeat:no-repeat,no-repeat;
  background-size:auto,100%;
  background-attachment:scroll,fixed;
  position:relative;
}