html{
background-color: black;
background-image:url('starry.jpg');
background-repeat:repeat;
background-position:;
background-attachment:;
background-size:;
}
div.wrapper{
    position: relative;
    margin: 0px auto;
    border: solid black 5px;
    width: 1000px;
    height:855px;
   background-color: #01000a;
}
div.header{
    position:absolute;
    margin:;
    border-radius: 10px;
    width:;
    height:100px;
    top:5px;
    left:5px;
    right:5px;
    bottom:;
    background-image:url('space neb.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #000A38;
}
div.horizNav{
    position:absolute;
    margin:;
    width:;
    height:50px;
    top:110px;
    left:5px;
    right:5px;
    bottom:;
   background-color: #ffd400;
}
div.leftMenu{
    position:absolute;
    margin:;
    width:150px;
    height:630px;
    top:165px;
    left:5px;
    right:;
    bottom:;
   background-color: #d9a200;
   background-image: linear-gradient(black, #000a38, #d9a200);
}
div.rightMenu{
    position:absolute;
    margin:;
    width:150px;
    height:630px;
    top:165px;
    left:;
    right:5px;
    bottom:;
   background-color: #d9a200;
   background-image: linear-gradient(black, #000a38, #d9a200);
}
div.content{
    position:absolute;
    margin:;
    width:;
    height:630px;
    top:165px;
    left:160px;
    right:160px;
    bottom:;
   background-color: #1a237e;
    overflow: auto;
    border-radius: 20px;
}
div.footer{
    position:absolute;
    margin:;
    width:;
    height:50px;
    top:800px;
    left:5px;
    right:5px;
    bottom:;
    border-radius: 10px;
   background-color:  #000A38;
}
#map{
    height: 400px;
    width: 100%;
}
