html, body { 
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
}

p { 
	margin: 0;
}

div#page  {
	width: 968px;
	min-height: 100%;
	margin: auto;
}

div#page div#top {
	height: 122px;
	min-height: 125px;
}

div#page div#top span#logos {
	float: right;
	width: 250px;
}

div#page div#top span#logos img {
	float: right;
	margin-right: 0px;
	margin-top: 12px;
}

div#page div#content {
	float: left;
	width: 950px;
	height: 490px;
	margin-top: 0px;
	background-repeat: no-repeat;
}

