/* @override http://www.dr-scheller.com/landingpage.css */
body, html {height: 100%;overflow: hidden;}
#outer {
	height: 576px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#outer[id] {
	display: table;
	position: static;
}
#outer {height: 100%; overflow: hidden;} /* or without overflow */
#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: 750px;
	margin-left: auto;
	margin-right: auto;
}
#links{
	position: absolute;
	top: 250;
	left: 280;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13.5px;
}
#links a{
	color: #8a8a8a;
	padding-right: 20px;
	text-decoration: none;
}

/* for all browsers*/