aside, header{ 
  display:          none;
}

a{ 
  color:                green;
}
a:hover{
  color:                #fff;
  text-decoration:      none;
}

html{
  min-height:           100%;
  height:               100%;
}

body{
  text-align:           center;
  min-height:           100%;
  width:                100%;
  margin:               0;
  padding:              0;
  background-repeat:    no-repeat;
  text-align:           center;
  position:             relative;
  background-color:     #000;
}

img{
  top:                  0;
  margin:               0 auto;
  height:               99%;
  z-index:              0;
}

section{
  margin:               0 auto;
  width:                500px;
}

section img{
  position:             absolute;
  left:                 .5em;
  top:                  19.75em;
  width:                64px;
  height:               69px;
  opacity:              .8;
}

section{
  position:             absolute;
  top:                  30%;
  left:                 0;
  right:                0;
  z-index:              3;
}

p{
  position:             absolute;
  top:                  37.85em;
  left:                 7.5em;
  color:                #ddd;
  text-align:           justify;
  font-size:            .55em;
  letter-spacing: 1px;
  text-transform:       uppercase;
  line-height:          1.2em;
  width:                37em;
}

.dim{
	opacity: .3;
}
