html,body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:#d9e6e7;
	height: 100%;
}

#page {
	position:absolute;
	left: 50%;
	top :50%;
	width: 1000px;
	height: 500px;
	margin-left: -500px;  /* half of width */
	margin-top: -250px;   /* half of height */
}

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 550px;
	padding: 0;
}

td {
	vertical-align: middle;
	text-align: center;
}

#printHead {
	visibility: hidden;
	height:0;
}

#flashMenu {
	position: absolute;
	top:0px;
	right:0px;
	text-align: left;
	width: 1000px;
	height: 85px;
}

#customers {
	position: absolute;
	top:85px;
	left:0px;
	text-align: left;
	width: 1000px;
	height: 395px;
	padding: 0;
}

#footer {
	position: absolute;
	top: 500px;
	left: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	width: 1000px;
	height: 27px;
	/*border: solid 1px #000000;*/
}

a {
	color:#002961;
}

a:hover {
	text-decoration:none;
	color: #ffffff;
}

a.footLink {
	color:#aaaaaa; 
}

a.footLink:hover {
	text-decoration:none;
	color:#002961;
}

#footImg {
	float: left;
	padding: 0;
	margin: 0;
	/*border: solid 1px #000000;*/
}

#foot {
	float: right;
	font-family: arial;
	font-size: 10px;
	line-height: 10px;
	height: 15px;
	margin: 10px 0 0 0;
	color: #aaaaaa;
	/*border: solid 1px #000000;*/
}