body {
	background-color: #24205c;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: 50% 30px;
	background-repeat: no-repeat;
	background-image: url(images/welcome-bg.jpg);
	font-size: 15px;
}
#chrome1 {
	background-image: url(images/welcome-leftcurtain.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	width: 390px;
	height: 626px;
	top: 0px;
	left: 0px;
}
#chrome2 {
	background-image: url(images/welcome-rightcurtain.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	width: 390px;
	height: 628px;
	top: 0px;
	right: 0px;
}
#menu {
	text-align: center;
	z-index: 10;
	margin-top: 550px;
	margin-left: 100px;
	margin-right: 82px;
	position: relative;
}
#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0px;
}
#menu li {
	display: inline;
	border-right: 1px solid white;
	margin: 0;
	padding: 1px 5px;
}
#menu ul > li {
	/* Applies unwanted whitespace if applied to IE6, but required for vertical borders in standards compliant browsers */
	font-size: 15px;
}
#content {
	background-image: url(images/welcome-sgc.gif);
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	height: 0;
	padding-top: 600px;
	margin-top: 25px;
	left: 0;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
}
#menu a:hover {
	color: #24205c;
	background: #fff;
}
#menu li.last {
	border-right: none;
}
#content h1, #content h2, #content p {
	display: none;
}
