@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:white;
  background-color:white;
  color:light blue;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

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

.profile_section_background {
  background-color:transparent;
  background-color:white;
  filter:alpha(opacity=100);
  opacity:1;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#BCEC76;
  color:#008080;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #008080;
  -moz-box-shadow:0 0 0 #008080;
  box-shadow:0 0 0 #008080;
  -webkit-text-shadow:0 0 0 #008080;
  -moz-text-shadow:0 0 0 #008080;
  text-shadow:0 0 0 #008080;
}

.content {
  padding:5px;
}

<!DOCTYPE html>
<html>
<head>
<style>
div.background {
  width:500px;
  height:250px;
  divtransboxwidth:400px;
  height:180px;
  margin:30px 50px;
  background-color:#ffffff;
  border:1px solid black;
  opacity:.6;
  filter:alpha(opacity=60);
/* For IE8 and earlier */
}

div.transbox p {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
}

.link-amazon a {
  display:block;
  top:1px;
  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-amazon a:hover {
  background-position:0 -140px;
}