body {
	font-family:Arial, Helvetica;
	background-color:#4C565E;
	color:#B7BFC7;
}

.superSize {
	font-size:48px;
	font-weight:bold;
}

//----------------------------------------------------------------------
// Links
//
a {color:#F6B33D; text-decoration:none;}
a:link {color:#F6B33D; text-decoration:none; font-weight:bold;}
a:visited {color:#F6B33D; text-decoration:none; font-weight:bold;}
a:hover {color:#FF8614; background-color:#502A06; font-weight:bold;}
a:active {color:#FF8614; background-color:#974F0C; text-decoration:none; font-weight:bold;}
a.ext {}

//----------------------------------------------------------------------
// Links - Menu
//
a:link.menu {font-size:8pt;}
a:visited.menu {}
a:hover.menu {}
a:active.menu {}
a:focus.menu {}

#container {
	padding:0;
	margin:0 0 0 10%;
	width:80%;
	text-align:center;
}

.header {
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:#000;
	background:#23272b;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.footer {
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:#000;
	background:#23272b;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 0px;
	text-align:right;
	font-size:small;
}

.centerTitle {
	text-transform: lowercase;
	font-family: Arial, helvetica;
	color: #F6B33D;
	background: #000;
	border-right-width:20px;
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 2px 10px;
	letter-spacing:5px;
	text-align: left;
	font-weight: bold;
	width:80%;
}

.centerContent {
	border-top-width:0px;
	border-bottom-width:10px;
	border-left-width:10px;
	border-right-width:10px;
	border-style:solid;
	border-color:#000;
	margin:0px 0px 20px 0px;
	padding:10px 5px 10px 5px;
	background: #23272b;
	text-align: left;
	width:80%;
}

.whiteTable {
	table-layout: fixed;
	border: 1px;
	border-color: #000;
	border-style: solid;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	width: 80%;
}

@keyframes slidein {
	from {
			letter-spacing: 1px;
			}
			to {
				letter-spacing: 15px;
				opacity:0.02;
				color:#000;
			}
		}

.animator {
	animation-duration: 5s;
	animation-name: slidein;
	animation-iteration-count: infinite;
animation-direction: alternate;
}