body {
   min-width: 100px;
   max-width: 150px;
   background: url("../img/bgs/bgwhstars.gif")  fixed left top;
   color: white;
}

ul {
    list-style-image: url("../img/point.gif");
    list-style-position: inside;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
}

a {
    target: main;
}

/* visited link */
a:visited {
  color: #00FFFF;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hello {
    position:absolute;
    bottom:0px;
    left:300px;
}
body {
    overflow-x: hidden;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#z4 {z-index: 4; position: absolute;}
