body {
	background-color: #333333;
	margin: 100px;
	text-align: center;
}

#container {
	margin: auto;
	background-image: url(images/emblem.gif);
	background-repeat: no-repeat;
	height: 344px;
	width: 233px;
}
#textbox {
	background-color: #333333;
	margin: auto;
	width: 311px;
}

.home {
	font-family: garamond;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.enter {
	font-family: garamond;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
