/* Site Wide */

body {
	background-color:#000;
	color:#FFF;
	font-family: 'Arial','_sans';
}

div.redborder {
	width: 840px;
	padding: 0;
	margin: 10px auto 0;
	height: 10px;
	border: none;
	border-top: solid 1px #dd111f;
}

#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:0;
	width:1024px;
	text-align:center;
}

#content-wrapper {
	position: relative;
	top: -420px;
}

#blurb-txt {
	margin-bottom: 10px;
}

#enter-buttons {
	width: 100%;
	height: 100px;
}

.enterBtn-uk {
	border: none;
	margin-right:10px;
}

.enterBtn-pl {
	border: none;
	margin-left:10px;
	margin-right:10px;
}

.enterBtn-fr {
	border: none;
	margin-left:10px;
}

#exitLink {
	font-weight:bold;
	text-align: center;
	font-size:13px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 5px;
	background-color: #000;
	padding: 5px 0;
	width: 215px;
	margin: 5px auto 0;
	font-family: Georgia, serif;
}

#exitLink a {
	color:#FFF;
}

.legalese {
	text-align: center;
	width: 610px;
	margin: 0px auto;
	font-size:10px;
	margin-top:10px;
	color: #cbcbcb;
	line-height: 12px;
	font-family: Arial, san-serif;
}

