/* ------ Styling that is specific to the opening screen (main menu) ------ */

/* ------ Header styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	height: 563px;
	width: 750px;
	background-image: url(../Images/Openingscreen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



