/* Start of CMSMS style sheet 'intro' */
html, body {
	height: 100%;
}
body {background-color: #330000;}
img {border: none;}
#centeredcontent {
	width: 900px;
	height: 660px;
	text-align: center;
	border: 1px solid #660000;
	background: #330000 url(css/intro.jpg) no-repeat scroll top center; ;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -330px;

    font: 22px Georgia, Times, serif;
}
a:link, a:visited, a:hover {color: #D9B03C; text-decoration: none;}

ul {    list-style: none outside;margin: 0; padding: 0; position: absolute;
left: 480px; top: 400px; width: 400px; text-align: left;}
li {
    margin: 0; 
}

/* End of 'intro' */

