body {
	background-color: #c0ba9a;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #CC0066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC0066;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
}

#intro {
	position:relative;
	margin: 0px auto;
	width:426px;
	height:426px;
	top:50px;
	background-image:url(images/intro.jpg);
	background-repeat:no-repeat;
}

#enter {
	position:relative;
	top:238px;
	left:169px;
}