@charset "utf-8";
/* CSS Document */
body {
	background: #666C60;
	color: #EBE9C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pablander-home {
	margin: 0 auto;
	width: 780px;
}
#pb-header {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
	#pb-splash a.enter {
		bottom: 130px;
		display: block;
		font-size: 18px;
		height: 30px;
		left: 130px;
		line-height: 30px;
		position: absolute;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 150px;
	}
	#pb-splash a.enter:link,#pb-splash a.enter:visited {
		background: #EBE9C0;
		border: 1px solid #EBE9C0;
		color: #666C60;
	}
	#pb-splash a.enter:hover,#pb-splash a.enter:active {
		background: #666C60;
		border: 1px solid #EBE9C0;
		color: #EBE9C0;
	}
#pb-splash {
	height: 440px;
	position: relative;
	text-align: center;
}
#pb-footer {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
}
	#pb-footer img {
		margin-right: 10px;
		vertical-align: middle;
	}
	#pb-footer a {
		color: white;
		font-size: 12px;
	}