#wrapper {
	background: url(layout/content-bg.gif) no-repeat;
	width: 1045px;
	min-height: 641px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 20px;
	position: relative;
}
*  #wrapper {
	height: 641px;
}

#logoLink {
    position: absolute;
    z-index: 1;
    height: 44px;
    width: 94px;
    left: 97px;
    top: 213px;
}

#navButtons {
	top: 115px;
	position: absolute;
	right: 100px;
	width: auto;
}

#navButtons a {
	background-color: #97ba35;
	color: #FFFFFF;
	margin-right: 5px;
	display: block;
	float: left;
}

#footer {
	position: absolute;
	height: 23px;
	width: 525px;
	text-align: center;
	left: 309px;
	top: 616px;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a:link { color: #FFFFFF; }

#footer a:visited { color: #FFFFFF; }

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
