/* Site Wide */

body {
	background-color:#000;
	color:#FFF;
	font-family: 'Arial','_sans';
}

hr {
	color:#bd60a9;
	margin-top:20px;
}

#blurb {
	width: 479px;
	height: 52px;
}

#footer {
	clear: both;
	text-align:center;
	font-size: 0.7em;
	margin-bottom:10px;
}

#footer p {
	padding-bottom:10px;
}

#footer a {
	color:#ababab;
}

.underlined {
	border-bottom: 1px solid white;
}

/* Index */

#welcomeMain {
	margin: 0px auto;
	padding:350px 0px 0px 0px;
	background: #000 url('../images/background.jpg') no-repeat;
	width:780px;
	text-align:center;
}

#blurb-txt {
	margin-top:10px;
	margin-bottom:10px;
}

.enterBtn-uk {
	border: none;
	margin-right:10px;
}

.enterBtn-pl {
	border: none;
	margin-left:10px;
}

#exitLink {
	font-weight:bold;
	text-align: center;
	font-size:0.74em;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 10px;
}

#exitLink a {
	color:#FFF;
}

.legalese {
	text-align: center;
	width: 610px;
	margin: 0px auto;
	font-size:0.74em;
	margin-top:20px;
}
