body {
	margin: 0;
	padding: 0;
}

#text {
	position: relative;
	top: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #555555;
	text-align: center;
	}
	
#bottomspace {
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 500px;
	border: solid #660000 1px;
	z-index: 2;
	padding: 10px;
	color: #FFFFFF;
	background-color: #999999;
	}
	
#logo {
	background-position: center;
	padding-top: 10px;
	}
	
#enter {
	font: "Times New Roman", Times, serif 18px #249ECE;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
	
a:link {
	color: #006666;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	}
	
a:visited {
	color: #006666;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	}
	
a:hover { 
	color: #00FFCC; 
	text-decoration: none 
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	}
