body {
	background-image: url(../Images/Background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

#maincontainer {
	width: 100%;
	display: table;
	height: 100%;
}

#verticalCenter {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

#content{
	width: 800px;
	margin: 0px auto;
}

#splashNavigationConatiner {
	width: 650px;
	margin: 0 auto;
	padding-top: 85px;
	padding-left: 10px;
}
#splashNavigationConatiner a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
#splashNavigationConatiner a:hover{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
.linkDivider {
	width: 1px;
	background-color: #FFFFFF;
	float: left;
	height: 20px;
	margin: 0 20px;
}

#rights {
	font-size: 11px;
	height: 15px;
	width: 500px;
	color: B6B6B6;
	margin: 0 auto;
	padding-top: 85px;
	clear: left;
}
#rights a {
	color: B6B6B6;
	text-decoration: none;	
	}
