html {
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	background-color: white;
}

#middleback {
	background: white url('../images/wide-back.png') fixed repeat-y center center;
}

#lowerback {
	background: white  url('../images/lower-back.png') no-repeat center top;
	height: 50px;
}

#topnav {
	background: #EEEEEE url(../images/back-24x2-alum.png) repeat-x;
}

#helpbox {
	background-color: #CCFF00;
}

#loginout {
	background-color: #FFEEBB;
}

