body, html{
	height:100%;
}
#main {
	width:770px;
	margin:0px auto;
	height:auto;
	background-color:#fff;
}
#hd {
	height:134px;
	clear:both;
	text-align:left;
}
#nv {
	padding: 2px 0px 2px 16px;
	background-image:url(/images/v2/nv.png);
	background-repeat:repeat-y;
	color:#999999;
	height:25px;
	text-align:left;
	clear:both;
}
#bd {
	width:auto;
	clear:both;
	text-align:left;
	padding: 20px;
	background-image:url(/images/v2/bg.png);
	background-repeat:repeat-y;
	height:100%;
}
#ft {
	padding-bottom: 5px;
	height:30px;
	clear:both;
	color:#666;
	background-image:url(/images/v2/ftr.png);
	background-repeat:no-repeat;
}