@charset "UTF-8";

#header {
  position:absolute;
  top:0;
  height:449px;
/*Change this depending on how much height you want at 
the top*/
  width:1024px;
/*Ditto for width*/
  left:0;
  right:0;
  margin:auto;
}

table {
  margin-top:449px;
}

/*change this to match what you set the 
height above to.*/
table table {
  margin-top:0;
}

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#bcbcbc;
  font-family:'Arial';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/185/18520589/173-150-340-631-7558675.jpg);
}

.profile_section_content {
  color:#bcbcbc;
  border:0 none #;
  padding:5px;
  margin:5px;
  -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:#000000;
  filter:alpha(opacity=70);
  opacity:.7;
}

.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:#444444;
  color:#FFFFFF;
  font-family:'Arial';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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;
}