#wrapper {
position: relative;
width: 1000px;
height: 800px;
border: solid rgb(120,120,120) 10px;
margin: 0px auto;
background-color: cyan;
}

#header {
position: absolute;
left: 5px;
right: 5px;
top: 5px;
height: 150px;
border: solid rgb(120,120,120) 5px;
margin: 0px;
background-image: url('observableuniverse.jpg');
font-size: 200%;
background-size: 100% 100%;
color: lime;
}


#header h1 {
text-align: center;
}

#lmenu {
position: absolute;
top: 180px;
left: 5px;
right: 800px;
bottom: 60px;
border: solid rgb(120,120,120) 5px;
margin: 0px;
background-image: url(stars2.jpg);
}

#lmenu h2 {
text-align: center;	
}
#rmenu {
position: absolute;
top: 180px;
left: 800px;
right: 5px;
bottom: 60px;
border: solid rgb(120,120,120) 5px;
margin: 0px;
background-image: url(stars2.jpg);
}

#rmenu h2{
text-align: center;
}

#content {
position: absolute;
top: 180px;
left: 210px;
right: 210px;
bottom: 60px;
border: solid rgb(120,120,120) 5px;
background-image: url('galaxy4.jpg');
background-size: 100% 56%;
background-repeat: no-repeat;
background-position: center bottom;
background-color: black;
color: lime;
}

#footer {
position: absolute; 
border: solid black 5px;
top: 755px;
right: 5px;
left: 5px;
background: rgb(120,120,120);
bottom: 5px;
margin: 0px;
text-align: center;
}

#footer li:before {
content: " | ";
}

#footer li {
display: inline;
}

#footer li:first-child:before {
content: none;	
}

#footer ul {
margin: 7px;
}

ul {
list-style-image: url('Sunbulleticon.png');
}