html {
	margin:0;
	padding:0;
	height:100%;
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background:#F7EEDB url(../images/bg-body.gif) left top repeat-x;
}
#page {
	position:relative;
	width:100%;
	min-height:100%;
	background:url(../images/bg-page.gif) center top repeat-y;
}
#foot {
	position:absolute;
	width:100%;
	height:105px;
	left:0;
	bottom:0;
	background:url(../images/bg-foot.gif) left top repeat-x;
}
#main-column, #page-foot {
	position:relative;
	width:960px;
	margin:0 auto;
}
#page-head {
	height:368px;
	background:url(../images/bg-head.gif) center top no-repeat;
}
#top-logo {
	position:absolute;
	top:6px;
	left:18px;
	width:247px;
	height:79px;
}
#top-menu {
	position:relative;
	padding-top:12px;
}
#top-feat {
	position:absolute;
	top:89px;
	left:0;
	width:960px;
	height:265px;
	background:url(../images/bg-caption.gif) left bottom no-repeat;
}
#page-body {
	padding:0 20px 180px 20px;
}













