@charset "UTF-8";

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

a:visited {
  color:#fdfdfd;
}

body {
  color:#e7e7e7;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  Font-size:14px;
  background:-webkit-radial-gradient(circle farthest-corner,rgba(10,10,10,0) 0,rgba(10,10,10,0) 50%,rgba(0,0,0,0.75) 100%),url(https://img.mfcimg.com/photos2/217/21782329/717-864-289-413-9563389.jpg);
  background:-moz-radial-gradient(circle farthest-corner,rgba(10,10,10,0) 0,rgba(10,10,10,0) 50%,rgba(0,0,0,0.75) 100%),url(https://img.mfcimg.com/photos2/217/21782329/717-864-289-413-9563389.jpg);
  background:radial-gradient(circle farthest-corner,rgba(10,10,10,0) 0,rgba(10,10,10,0) 50%,rgba(0,0,0,0.75) 100%),url(https://img.mfcimg.com/photos2/217/21782329/717-864-289-413-9563389.jpg);
  background-position:50% 50%;
  -webkit-background-origin:padding-box;
  background-origin:padding-box;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  -webkit-background-size:cover,auto auto;
  background-size:cover,auto auto;
  background-attachment:fixed;
  background-repeat:no-repeat,repeat;
  -webkit-background-attachment:fixed;
  -webkit-background-repeat:no-repeat,repeat;
}

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

.profile_section_background {
  background-color:transparent;
  background-color:#000000;
  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 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:8px;
  background-color:#bdddd9;
  color:#000000;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
  -webkit-text-shadow:0 0 0 #000000;
  -moz-text-shadow:0 0 0 #000000;
  text-shadow:0 0 0 #000000;
}

.content {
  padding:5px;
}