@import url(typography.css);
@import url(utility.css);
@import url(base.css);

#container {
	border: 0;
	height: 100%;
	width: 100%;
}

#splash {
	background: url(../images/splash_bg.jpg) no-repeat;
	height: 165px;
	margin: auto;
	padding-top: 105px;
	text-align: center;
	width: 536px;
}

#enterKey {
	height: 40px;
	margin: 0 auto 56px auto;
	width: 60px;
}

#enterText {
	height: 48px;
	margin: 0 auto 30px auto;
	width: 100px;
}

#enterKey a, #enterText a {
	border: none;
	display: block;
}

#enterText a { background: url(../images/entertext.gif) no-repeat; }

#enterText a:hover { background-image: url(../images/entertext_hover.gif); }