/*FORMAT*/

body.splash { 
	text-align: center;
	background: url('backSplash.png') no-repeat center center fixed; 
  	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	background-color: black;
}

table {
	margin: auto;
	text-align: center;
}

table.page {
	margin: 0 auto;
	width: 75%;
	//border: 1px solid white;
	display: inline-block;
	float:left;
	text-align: center;
	z-index: -1;
}

td {
	//border: 1px solid black;
	padding: 0px 0px 0px 0px;
}

td.page {
	width: 80%;
	margin: 20px;
	border: 2px solid black;
	background-color: #100F13;
}

#header_splash {
	width: 90%;
	margin: auto;
	padding: auto;
	text-align: center;
	border-radius: 30px;
}

.banner {
	max-width: 100%;
}

#main_splash {
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
}

#content_splash {
	margin: 0 auto;
	padding: auto;
	border-radius: 20px;
	display: block;
}

#footer {
	text-align: center;
	position: relative;
	width: 80%;
	margin: 30px;
	padding: 0;
	display: inline-block;
	color: white;
	font-family: Cambria;
	font-size: 11px;
	background-color: black;
	border-radius: 20;
	box-shadow: 0px 0px 10px 10px black;
}

/*TEXT*/

h1 {	
	color: silver;
	font-family: Cambria;
	font-size:40px;
	text-align: center;
}

h2 {
	color: silver;
	font-family: Cambria;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: silver;
	font-family: Cambria;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height:100%;
	margin: 10px;
}

h6 {
	color: silver;
	font-family: Cambria;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height:100%;
	margin: 10px;
}

p {
	color: silver;
	font-family: Cambria;
	font-size: 14px;
	text-align: left;
	text-indent: 30px;
	line-height: 110%;
	margin: 20px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	text-indent: 30px;
	color: silver;
	font-family: Palatino Linotype;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	line-height: 110%;
}

/*LINKS*/

a, img {
    border:none;
}

img.idle, img.roll {
	margin: auto;
}


#navigation ul {
	list-style: none;
}

li {
	list-style-type: disc;
	list-style-position: inside;
	color: silver;
	font-family: Cambria;
	font-size: 14px;
	text-align: left;
	line-height: 110%;
	margin: 20px;
}

.fade img:last-child {
	display:none;
	margin: 0px;
}

.fade:hover img:first-child {
	display:none;
	margin: 0px;
}

.fade:hover img:last-child {
	display:inline-block;
	margin: 0px;
}