html{
	height:100%;
}
body {
	background-image: url(../images/gold_background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #CCCC99;
	margin: 0px;
	height:100%;
}
#header {
		padding:0px;
}
#about {
	height: 297px;
	width: 332px;
	margin-left: 277px;
	margin-top: 0px;
}
#maincontainer {
	float: left;
	width: 650px;
	min-height:100%;
    position:relative;
}
#contactheadcontainer {
	height: 22px;
	width: 79px;
	margin-left: 277px;
}
#body {
   padding-bottom:20px;   /* Height of the footer */
}
#gbox {
	background-image: url(../images/G-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 202px;
	width: 415px;
	margin-top: 57px;
	margin-left: 45px;
}
#gordoncontainer {
	height: 22px;
	width: 158px;
	margin-top: 151px;
	margin-left: 232px;
	position: absolute;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#designcontainer {
	height: 22px;
	width: 79px;
	float: left;
	top: 151px;
	position: relative;
}
#copyright {
	width: 145px;
	margin-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height: 20px;
	position: absolute;
	bottom: 0px;
}
