html, body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #FFF;
	font-size: 1px;
}

#mainTable {
	height: 100%;
	width: 100%;
}

#container {
	position: relative;
	width: 955px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
}

#topLogo {
	width: 955px;
	height: 43px;
}

#mainContent {
	width: 955px;
	height: 463px;
	background-color: #FFB135;
	background-position: top left;
	background-repeat: no-repeat;
}

#mainText {
	position: absolute;
	left: 294px;
	width: 597px;
	height: 415px;
	padding-right: 64px;
	padding-top: 48px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}

#bottomNav {
	width: 955px;
	height: 54px;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}