@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#ff56c7;
  color:#000000;
  font-family:'Georgia';
  font-weight:bold;
  font-style:italic;
  font-size:14px;
  background-position:top center;
  background-attachment:scroll;
  background-repeat:repeat-y;
  background-image:url(https://img.mfcimg.com/photos2/162/16253276/886-599-271-883-6001519.jpg);
}

.profile_section_content {
  color:#000000;
  border:16px dotted #000000;
  padding:16px;
  margin:8px;
  -webkit-border-radius:23px;
  -moz-border-radius:23px;
  border-radius:23px;
  -webkit-box-shadow:0 16px 17px #16f634;
  -moz-box-shadow:0 16px 17px #16f634;
  box-shadow:0 16px 17px #16f634;
}

.profile_section_background {
  background-color:transparent;
  background-color:#73ee21;
  filter:alpha(opacity=65);
  opacity:.65;
}

.img_radius_shadow {
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -webkit-box-shadow:11px 6px 20px #443e3e;
  -moz-box-shadow:11px 6px 20px #443e3e;
  box-shadow:11px 6px 20px #443e3e;
}

.profile_section_content .heading {
  padding:14px;
  background-color:#f06ae7;
  color:#000000;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:italic;
  font-size:21px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:11px 2px 22px #000000;
  -moz-box-shadow:11px 2px 22px #000000;
  box-shadow:11px 2px 22px #000000;
  -webkit-text-shadow:6px 6px 18px #000000;
  -moz-text-shadow:6px 6px 18px #000000;
  text-shadow:6px 6px 18px #000000;
}

.content {
  padding:5px;
}

#spoilWrapper {
  display:inline-block;
  margin:0 auto;
  width:700px;
  height:170px;
  background:url(http://s26.postimg.org/gyqo7rc4p/bg_main.png) repeat rgba(51,51,51,1);
  text-align:center;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
}

.amazon {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/wt5khn0vd/amazon.png) no-repeat;
  background-position:top;
}

.amazon:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/wt5khn0vd/amazon.png) no-repeat;
  background-position:bottom;
}

.vsecret {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/pbwd2fbc9/vsecret.png) no-repeat;
  background-position:top;
}

.vsecret:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/pbwd2fbc9/vsecret.png) no-repeat;
  background-position:bottom;
}

.offtips {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/zfl2yks2x/offtips.png) no-repeat;
  background-position:top;
}

.offtips:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/zfl2yks2x/offtips.png) no-repeat;
  background-position:bottom;
}

.giftcard {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/fh57w77e1/giftcard.png) no-repeat;
  background-position:top;
}

.giftcard:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/fh57w77e1/giftcard.png) no-repeat;
  background-position:bottom;
}

.amazon,.vsecret,.offtips,.giftcard {
  opacity:.7;
  border-radius:55px;
  border:1px solid #C06;
}

.amazon:hover,.vsecret:hover,.offtips:hover,.giftcard:hover {
  -webkit-transition:.6s;
  -moz-transition:.6s;
  -o-transition:.6s;
  -ms-transition:.6s;
  transition:.6s;
  opacity:1;
  border-radius:0;
  border:1px solid #C06;
}