/* ------ 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;
}
#contents #popup {
	position: absolute;
	background-color: #A8C7E4;
	height: 215px;
	width: 300px;
	left: 435px;
	top: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #779EBF;
	padding: 5px;
}
