@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:#598bec;
  color:#8d3288;
  font-family:'Times New Roman';
  font-weight:normal;
  font-style:italic;
  font-size:14px;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/154/15452584/493-629-873-894-7316967.jpg);
}

.profile_section_content {
  color:#8d3288;
  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:#FFFFFF;
  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 #6f4d4d;
  -moz-box-shadow:0 0 0 #6f4d4d;
  box-shadow:0 0 0 #6f4d4d;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#59cecf;
  color:#FFFFFF;
  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 #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;
}