body {
    background-image: url("lionsback.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 100%;
    width: 100%;
    z-index: 1;
}

#innerWrapper {
	font-family: Lato;
	color: rgba(255, 255, 255, 0.7	);
    width: 57%;
    margin: 30px auto;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	position: relative;
padding: 40px 25px;
text-align: center;
background-color: rgba(0,0,0,.7);
}

#innerWrapper a {color: #fff;}

#bullets { width: 65%;
    margin: 0px auto; text-align: left;}

@media (max-width: 480px) {
 #innerWrapper { margin: 10px auto;
     width: 72%;}
}

.smalltext {
	font-size: 12px;
}
