/* ------ 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: 80px;
	width: 275px;
	left: 5px;
	top: 524px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #FADFE6;
	background-color: #3F7CBF;
	border: 2px solid #8DBDC7;
	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;
}
