* {	margin:0 0 0 0;padding:0; }
html, body { height:100%; }
body {
	height:100%;
	background-color: #fff;
	text-align:center;
}
div { text-align:left; }	/* IE7 bug fix */
input {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #000;
}
#downSpacer {
	position: relative;
	width:1px;
	height:50%;
	min-height: 279px;	/* 1/2 of contaner height */
	max-height: 339px;	/* Min + 60 */
	_height: expression( document.documentElement.clientHeight > 678 ? "339px" : parseInt(document.documentElement.clientHeight/2) + "px" ); 
	margin-bottom: -278px;	/* back up by min-height  +1 top margin */
	float: left;
}
#container {
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width:940px;
	height: 558px;
	clear: left;
	text-align:center;
}

div.locOut {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:15px;
	color: #fff;
	text-align:left;
}
a.locOut:link {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:17px;
	text-decoration: underline;
	font-weight:bold;
	color: #fff;
	border: 0px;
}
a.locOut:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:17px;
	text-decoration: underline;
	font-weight:bold;
	color: #fff;
	border: 0px;
}
a.locOut:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:17px;
	text-decoration: underline;
	font-weight:bold;
	color: #fff;
	border: 0px;
}

