html, body {
	background:url(../images/mainbg.jpg) top center no-repeat;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana;
	font-size:13px
}
#nav-wrapper{
	width:453px;
	margin:0 auto;
	padding-top:165px;
	/*margin-top: 165px;*/
	text-align:center;
}
.nav-lnks a{
	font-family:tahoma, verdana;
	font-size:13px;
	color:#333333;
	text-decoration:none;
	border:none;
}
.nav-lnks a:link{
	font-family:tahoma, verdana;
	font-size:13px;
	color:#333333;
	text-decoration:none;
	border:none;
}
.nav-lnks a:hover{
	font-family:tahoma, verdana;
	font-size:13px;
	color:#666666;
	text-decoration:none;
	border:none;
}
.nav-lnks a:active{
	font-family:tahoma, verdana;
	font-size:13px;
	color:#666666;
	text-decoration:none;
	border:none;
}