html {height: 100%;}
body
{
	background-color: #bcd0e4;
	box-sizing: border-box;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	min-height: 360px;
	padding: 50px 0 0 0;
	position: relative;
	text-align: center;
}
h1 {font-size: 13px; margin-bottom: 2em; padding: 0;}
a {color:#393939;} /* for accessibility contrast against bg */

#container {}
#cs_strip
{
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding: 10px 0 8px 0;
}
#info
{
	color: black;
	padding: 50px 0 0 0;
}
.footer
{
	bottom: 0;
	font-size: 9px;
	position: absolute;
	width: 100%;
}