body { 	color: white;
    	background-color: black; 
}

div#navbar1 {
        color: black;
	margin-top: 15%;
	margin-left: 20%;
        margin-right: 20%;
        margin-bottom 30%;
	height: 40%;
	width: 60%;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
        background-color: black;
}

div#navbar2 {
        color: yellow;
        position: absolute;
	margin-top: 5%;
	margin-left: 15%;
        margin-right: 15%;
        margin-bottom 5%;
	height: 70%;
	width: 70%;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
        background-color: red;
}
div#navbar3 {
     position: absolute;
          color: yellow;
	margin-top: 5%;
	margin-left: 0%;
        margin-right: 85%;
        margin-bottom 5%;
	height: 70%;
	width: 15%;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
        background-color: blue;

}
div#navbar4 {
     position: absolute;

	margin-top: 5%;
	margin-left: 85%;
        margin-right: 0%;
        margin-bottom 5%;
	height: 70%;
	width: 15%;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
        background-color: black;
        color: blue;
}

div#navbar5 {
       position: relative;
        top: 60%;
       	height: 20%;
	width: 100%;
        color: black
}

