
/* Footer menu bar base styles */

	BODY
	 {
	 	background-color:rgb(28,34,46);
	 }
	

	IMG
	 {
	 	top:30px;
	 	right:90px;
		height:220px;
		border-style:solid;
		border-width:1px;
		border-color:rgb(56,61,71) rgb(10,10,50) rgb(10,10,50) rgb(56,61,71);
	 }



