@charset "utf-8";
/* CSS Document */

body {
	
	background-color:#000;
	
}

#entrance {
	background-image:url(../images/animatedframedmonumentanimated.gif);
	background-repeat:no-repeat;
	width: 540px;
	height: 554px;
	
	margin-left: 300px;
	position:absolute;
}

#enterlink {
	
	font-size:36px;
	margin-left:350px;
	margin-top: 300px;
	text-decoration: none;
}
a:link {color:#FF0000; text-decoration: none;}      /* unvisited link */
a:visited {color:#00FF00}  /* visited link */
a:hover {color:#FF00FF; text-decoration: none;}  /* mouse over link */
a:active {color:#0000FF;text-decoration: none;}  /* selected link */