body, html {
    height:100%;
    padding:0;
    margin:0;
    color: black;
}

<div class="first-image-text-chunk">

a {
    color: #000000; 
    text-decoration: none; 
background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.first-image{
    z-index: -100;
    position: absolute;
}

.first-image img{
      /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.first-image-text {
    padding-top: 7.8%;
    text-align: center;   
    color: #FFFFFF;
background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.first-image-header{
    font-size: 2.2em;
    margin-bottom: 25px;
}

.first-image-text-chunk{
    font-size: 2em;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.first-image-link {
    font-size: 2em;
    color: #0000dd;
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .first-image img {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.bulleted-list ul{
    list-style-type: disc;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.short-bullets{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
