/* Setting background image for complete page */
body {
	background-image: url(gifs/primusbackground.gif);
	background-repeat: repeat;
	background-color: rgba(214,125,79,1);
	background-size: cover;
}

/* Some padding to space out the planets */
.MainMenu {
	padding: 0px 5px 0px 5px;
	overflow: visible;
}

#introductiontext {
	text-align: center;
}