								/* CSS File: Entry Page */


body
	{
	background-color	: black		;
  	/* background-image	: url(../../images/artwork/general/entry_image.jpg); */
	background-repeat	: no-repeat	;
	background-position	: center 65px	;
	}




#footer
	{
	margin-top			: 850px					;
	text-align			: center				;
	}



#announcements
	{
	margin		: 0px 0px 0px 0px	;
	height		: 15px				;
	text-align	: center			;
	font-size	: small				;
	line-height	: 2.25em			;
	font-weight	: bold				;
	white-space	: nowrap			;
	color		: blue				;
	}


a.announcements_link:link
	{
	color			: #CC0000				;
	text-decoration	: none				;
	padding			: 2px 2px 2px 2px	;
	margin			: 2px 2px 2px 2px	;
	border			: 1px solid #CC0000	;
	}

a.announcements_link:visited
	{
	color			: #CC0000				;
	text-decoration	: none				;
	padding			: 2px 2px 2px 2px	;
	margin			: 2px 4px 2px 4px	;
	border			: 1px solid #CC0000	;
	}

a.announcements_link:focus
	{
	color			: #CC0000	;
	text-decoration	: none	;
	}

a.announcements_link:hover
	{
	color			: black				;
	background-color: #CC0000				;
	text-decoration	: none				;
	border			: 1px solid #CC0000	;
	}

a.announcements_link:active
	{
	}



							/* End of CSS File */