@charset "UTF-8";

.header_bar,.header_links,.server_time,.footer_bar,.footer_links,.server_time,.clearfix,.profile_main_photo {
  display:none;
}

#profile_main_photo {
  display:none;
}

#profile {
  width:80%;
  margin:0 auto;
}

.clearfix {
  display:none;
}

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#ffffff;
  color:#333333;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background:url(http://i.imgur.com/I5bP6FW.jpg) 11% 93% no-repeat,url(http://i.imgur.com/Bn9fxQM.jpg) right bottom no-repeat;
  background-attachment:fixed;
  background-size:350px,500px;
}

body,html {
  padding:0;
  margin:0;
  border:0 none;
  width:100%;
  height:100%;
}

.profile_section_content {
  color:#333333;
  border:px #;
  padding:5px;
  margin:5px auto;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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:#FFFFFF;
  filter:alpha(opacity=60);
  opacity:.6;
}

.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 {
  background-image:linear-gradient(0deg,#ffffff,#000000);
/*Browser Syntax*/
  background-image:-webkit-linear-gradient(0deg,#ffffff,#000000);
  background-image:-moz-linear-gradient(0deg,#ffffff,#000000);
  background-image:-o-linear-gradient(0deg,#ffffff,#000000);
  background-image:-ms-linear-gradient(0deg,#ffffff,#000000);
  padding:5px;
  background-color:#000000;
  color:#000000;
  font-family:'Courier New';
  font-weight:bold;
  font-style:normal;
  font-size:24px;
  -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;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}