@charset "UTF-8";

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

a:visited {
  color:#be9494;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#666666;
  font-family:'Courier New';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/191/19185422/709-157-910-924-7920778.jpg);
}

.profile_section_content {
  color:#666666;
  border:5px double #0f1010;
  padding:5px;
  margin:5px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:8px 0 23px #f4eeee;
  -moz-box-shadow:8px 0 23px #f4eeee;
  box-shadow:8px 0 23px #f4eeee;
}

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

.img_radius_shadow {
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
  -webkit-box-shadow:-3px 1px 22px #be9d9d;
  -moz-box-shadow:-3px 1px 22px #be9d9d;
  box-shadow:-3px 1px 22px #be9d9d;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#c781a1;
  color:#FFFFFF;
  font-family:'Impact';
  font-weight:normal;
  font-style:normal;
  font-size:25px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:7px 3px 21px #999696;
  -moz-box-shadow:7px 3px 21px #999696;
  box-shadow:7px 3px 21px #999696;
  -webkit-text-shadow:0 5px 13px #8fe8ef;
  -moz-text-shadow:0 5px 13px #8fe8ef;
  text-shadow:0 5px 13px #8fe8ef;
}

.content {
  padding:5px;
}

body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}