body
{ font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
  background-image: url('Images/Background.jpg');
  background-position:center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: AliceBlue;
  background-size:cover;
  padding:0;
  margin:0;
}

.HeadLine
{ background-image: url("Images/Header_U.jpg");
  background-position: 0 72px;
  background-size: 100% 28px;
  background-repeat: no-repeat;
  background-color: #F6F0E7;
  height: 130px;
  width: 100%;
  margin:0;
  padding: 0;
  box-shadow: 0px 10px 30px black;
}

.HeadLine table
{ margin:0 auto;
  width:1200px; }

.HeadLine table td
{ font-size:15px;
  font-weight:bold;
}
/************************************************************/

.Content
{ width: 1200px;
  height: calc(100vh - 140px);
  margin: 5px auto;
  position:relative; 
}
