html {
	height: 100%;
}

body {
	
	margin: 0px;
	height: 100%;
	/*overflow: hidden*/;
}

.centered {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}

#container {
	margin: 0px auto;
	width: 750px;
	height: 520px;
	background: url(../img/ferris_address.gif) bottom left no-repeat;
	/*border: 1px solid #ccc;*/
}

#base {
	width: 515px;
	height: 520px;
	float: right;
}