/* CSS Document */


a:link, a:visited {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	text-decoration:none;
}

#container { 	
	position:absolute;
	width:700px;
	height:400px;
	margin:-200px 0px 0px -350px;
	top: 50%; 
	left: 50%;
	padding: 0px;
	overflow: auto;
	background-color: #000;
	padding-top:15px;
}

#maincontent{
	height: 20px;
	margin-top:290px;
	position: absolute;
	left: 175px;
	width: 300px;
	text-align: center;
}

.giraffe {
	background-image: url(../images/giraffes.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* set headline styles */

.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
