body {
	margin: 0;	
	width: auto;
	height: auto;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content-outer {	
	background: url(/images/centennial/centennial_background.jpg) no-repeat;
	width: 1024px;
	height: 711px;
	
	padding: 0;
	font-size: 11px;
	line-height: 1em;
}

/* @group Welcome */

#welcome {
	width: 210px;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	top: 30px;
	height: 36px;
	left: 782px;
}

#welcome_message {
	display: none;
}

#welcome a {
	color: black;
	text-decoration: none;
	padding: 2px 6px;
}

#welcome a:hover {
	border-style: none;
	background-color: #9bacd3;
}



/* @end */

/* @group Content */

#content {
	position: absolute;
	top: 538px;
	display: block;
	width: 976px;
	margin: 0 21px 0 20px;
}

#content .button {
	background: url(/images/centennial/centennial_button.gif) no-repeat;
	width: 186px;
	height: 100px;
	float: left;
	margin: 0 4px;
}

#content p {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#content img {
	margin-left: 1px;
	padding: 0;
}

#content a img {
	border: 0;
}



/* @end */

/* @group Footer */

#footer {
	color: #695c3d;
	position: absolute;
	top: 682px;
	width: 1024px;
	font-size: 10px;
}

#footer a {
	color: #695c3d;	
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 20px;
	text-align: center;
}

#footer li {
	margin: 0 24px;
	padding: 0;
	float: left;
}



/* @end */