
html{
  height: 100%;
  background-color: black;
}
body {
  min-width: 1024px;
  background-color: black;
}

x {
  #background: url("./assets/bg.jpg") no-repeat center center fixed;
  #-webkit-background-size: cover;
  #-moz-background-size: cover;
  #-o-background-size: cover;
  #background-size: cover;
}

bodyz {
  margin: 20;
  padding: 3px;
  font-size: 2em;
  min-height: 100%;
  background-color: transparent;
}

.headerText {
  font-size: 2.1em;
  color: #AAA;
}
.bodyText {
  font-size: 1.1em;
  padding-left: 60px;
  color: #777;
}

.nameText {
  font-size: 1.2em;
  font-weight: bold;
  color: #AAA;
}
.titleText {
  font-size: 0.9em;
  font-weight: bold;
  color: #777;
}
.descrText {
  font-style: italic;
  font-size: 0.8em;
  color: #777;
}

.bgDiv {
  position:absolute;
  z-index:0;
  left:0;
  top:0;
  width:100%;
  height:100%
}

.bodyDiv {
  position:absolute;
  z-index:1;
  left:0;
  top:0;
  width:100%;
  height:100%;
  padding: 100px;
  background-color: black;
}

hr {
  border-width: 1px;
  border-color: #111;
}

.bgimg {
  /*
    -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  */

  -webkit-filter: blur(0.2px);
    filter: blur(0.2px);

  opacity: 0.9;

  width:100%;
  height:100%;
}

.shd-img {
  box-shadow: 10px 10px 15px rgba(100, 100, 100, .3);
  border-radius: 4px;
}

table { table-layout: fixed; }

td {
    text-align: left;
}
