/* ------ 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;
	height: 90px;
	width: 275px;
	left: 15px;
	top: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFE458;
	background-color: #829261;
	border: 2px solid #B8922D;
	padding: 5px;
}

/* Note: This was put in to handle the refresh of the popup. It was going to the defualt body font size */
body {
	font-size: 11px;
}