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

/* ------ Header styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	height: 712px;
	width: 996px;
	background-image: url(../Images/Openingscreen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents #popup {
	position: absolute;
	height: 50px;
	width: 685px;
	left: 25px;
	top: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background-color:#CE92F4;
}

#contents #popup a:link {
	color: #0000FF;
	text-decoration: none;
}

#contents #popup a:hover {
	color: #0000FF;
	text-decoration: underline;
}
