html{
height:100%;
}
body{
	background-color:#000000;
	background-image:url(images/GTC-Interior-BG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
	margin-top:0px;
}
#wrapper {
	margin:auto;
	min-height:100%;
	width:900px;
}
#maincontainer {
	width:900px;
	margin:auto;
	position:relative;
	display:block;
}
#header {
	width: 900px;
	margin: auto;
}
#navigation {
	float:left;
	width: 318px;
}
#imagery {
	background-image:url(images/GTC-FadeBG.jpg);
	background-repeat:no-repeat;
	margin-left:318px;
	width:582px;
	height:446px;
	overflow:auto;
}
#footer {
	background-image:url(images/GTC-Interior-footer.gif);
	background-position: inherit;
	background-repeat:no-repeat;
	margin: auto;
	width: 900px;
	height: 117px;
}