body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#outer {	width: 100%; height: 100%; overflow: visible;} /* or without overflow */
#outer[id] {	width: 100%; display: table; position: static;}

#middle {	width: 100%; position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {	width: 100%; display: table-cell; vertical-align: middle; position: static;}

#inner {	width: 100%; position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.blackBar {
	width: 100%;
	height: 350px;
	text-align: center;
	background: #000000;
	border-bottom: 5px solid #9e0b0f;
	border-top: 5px solid #9e0b0f;
}

.redTxt {
	color: #9e0b0f;
}

h1 {
	font: 50px "Georgia", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #ffffff;
	display: inline;
}

h2 {
	font: 20px "Georgia", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #ffffff;
	display: inline;	
}

h3 {
	font: 20px "Georgia", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #ffffff;
	display: inline;		
}

p {
	color: #ffffff;
	font: 12px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.smallTxt {
	color: #494949;
	font: 10px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #8dc63f;
	text-decoration: underline;
	}
	
a:visited {
	color: #8dc63f;
	text-decoration: underline;
	}
	
a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
a:active {
	color: #ffffff;
	text-decoration: underline;
	}

.invisable {
	font: 1px Arial;
	letter-spacing: -1px;
	color: #000000;
}