body {
	background-color: #FFFFFF;
	}
h1 {
	position: relative;
	font-family: Verdana, Arial, Helvetica;
	font: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	letter-spacing: 1px;
	}

a img {border: none; }





#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
#outer {width: 99%;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 99%;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
#inner {width: 99%; margin-left: auto; margin-right: auto;}
