body, html {height: 100%;}
#outer {
	overflow: visible;
} /* or without overflow */
		#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
		#outer[id] {display: table; position: static;}
		
		#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
		#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
		#inner {
	position: relative;
	top: -50%;
	text-align: left;
} /* for explorer only */
		#inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 857px;
} /* for all browsers*/
		/* optional: #inner[id] {position: static;} */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
		color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	background-color: #4F81BD;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style3 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: x-small; }
.style4 {
	font-size: x-small
}
.style5 {
	color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
td { behavior: url(images/iepngfix_v2/iepngfix.htc) }