/* Setting background image for complete page */
body {
	background-image: url(gifs/dots.gif);
	background-repeat: repeat;	
	background-color: rgba(20,28,4,1)
}

/* Main menu styling */
.MainMenu {
	overflow: visible; /* allows content to extend beyond the (vertical) dimensions of the container*/
}