body               {
	background-color: #000;
}
.name {
	color: #FFF;
	text-align: center;
	padding-bottom: 10px;
}
.quote-text {
	color: #FFF;
	font-size: 16px;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 28px;
}
.quote-author {
	color: #FFF;
	font-size: 14px;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
}
#container  {
	width: 400px;
	color: #FFF;
	margin-top: 180px;
	margin-right: 50%;
	margin-bottom: 0;
	margin-left: 50%;
	z-index: 10;
	position: absolute;
	left: -200px;
}
#dram {
	width: 378px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	margin-top: 50px;
}
.enter {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #8C0000;
}
a:active {
	text-decoration: none;
}
