@charset "UTF-8";

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

a:visited {
  color:#FFFFFF;
}

body {
  color:#FFFFFF;
  background-size:cover;
  background-position:bottom;
  background-image:url(http://cdn.wonderfulengineering.com/wp-content/uploads/2014/09/Purple-wallpaper-12.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat;
  font-family:'Bradley Hand ITC';
  font-weight:bold;
  font-size:14px;
  width:1340px;
  margin:auto;
  opacity:.7;
}

.profile_section_content {
  color:#FFFFFF;
  padding-top:10px;
  padding-bottom:25px;
  padding-right:10px;
  padding-left:10px;
  margin:20px;
  letter-spacing:2px;
  line-height:20px;
}

.profile_section_background {
  border-style:ridge;
  border-color:#000000;
  border-width:6px;
  background-size:cover;
  background-position:top center;
  background-color:#000000;
  background-attachment:scroll;
  background-repeat:no-repeat;
  filter:alpha(opacity=100);
}

.profile_section_content .heading {
  padding:5px;
  color:#FFFFFF;
  font-family:'Georgia';
  font-weight:bold;
  font-size:16px;
  border-radius:0;
}

.content {
  padding:5px;
}