body {
	background: black;
	color: #ccc;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

#holder {
	margin: 0 auto;
	width: 640px;
}

#flash-intro {
	background: url(../img/intro.jpg) bottom right no-repeat black;
	width: 640px;
	height: 80px;
	text-align: center;
	padding-top: 400px;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted 1px #999;
	color: #999;
}
