@charset "UTF-8";

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

a:visited {
  color:#bdbdbd;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#bdbdbd;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/195/19529575/361-195-743-926-8591638.jpg);
}

.profile_section_content {
  color:#bdbdbd;
  border:4px double #;
  padding:25px;
  margin:25px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#000000;
  filter:alpha(opacity=30);
  opacity:.3;
}

.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:#ff0000;
  color:#bdbdbd;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #bdbdbd;
  -moz-box-shadow:0 0 0 #bdbdbd;
  box-shadow:0 0 0 #bdbdbd;
  -webkit-text-shadow:0 0 0 #bdbdbd;
  -moz-text-shadow:0 0 0 #bdbdbd;
  text-shadow:0 0 0 #bdbdbd;
}

.content {
  padding:5px;
}

.link-menu a {
  display:block;
  width:600px;
  height:490px;
  float:left;
  background:transparent url(https://img.mfcimg.com/photos2/195/19529575/447-458-705-960-8526625.jpg) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

.link-menu a:hover {
  background-position:0 0;
}