/* CSS Document */

html, body {
	height:100%;
	padding:0;
	background-color:#E4E2E0;
	margin:0;
	min-width:1024px;/* for mozilla*/

}

#container {
	min-height:100%;
	width:1024px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}

* html #container {height:100%;} /*For ie as treats height as min-height anyway - also addresses rounding bug at bottom of screen in IE*/

/*Upper row: Logo and Navigation*/


