body {
background: black; 
margin: 0;
height: 200px;
padding: 0;
}

.header {
width: 100%;
height: 260px;
margin: 0;
}

h3 {
color: white;
margin-left: 50px;
font: normal 26px "Times New Roman", serif;
}
#moonObject {
 position:absolute;
 left:780px;
 top:10px;
 z-index: 3;
 background: black;
}
#archerObject {
 position:absolute;
 left:5px;
 top:480px;
 z-index: 3;
 background: black;
 visibility: hidden;
}
#fundraising {
position: absolute;
top: 10px;
z-index: 1;
}
#arrObject {
position:absolute;
left: 255px; /* left of archer + archer width  */
top: 480px; /* same as top of archer  */
 z-index: 4;
 background: black;
 visibility: hidden;
}
#quoteObject {
position: absolute;
left: 300px;
top: 550px;
visibility: hidden;
z-index: 3;
}
