body {
	background: #ffbb00;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: black; 
	text-decoration: none;
	outline: none;
}

a:hover {
	color: white; 
	text-decoration: none;
	outline: none;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	text-decoration: none;
}
h1 { font-size: 1.20em; color: #aaaaaa; }
h2 { font-size: 1em;}
h3 { font-size: 1.10em; }

p {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/************************ ENTER ************************/
#enter {
	position: absolute;
	top: 50%;
	left: 50%;
	background: transparent;
	width: 900px;
	height: 140px;
	margin: 0;
	margin-top: -70px;
	margin-left: -450px;
	padding: 0;
	border: 0;
	text-align: right;
}
