body {
    background:#000000 url(images/bg_ref.jpg) no-repeat scroll center top;
}
#Base {
    margin:0 auto;
    width:978px;
}
#BaseLeft {
    background:transparent url(images/baseLeft-ref.png) repeat-x scroll center top;
    #background:transparent url(images/baseLeft-ref.gif) repeat-x scroll center top;
    float:left;
    width:948px;
}
#BaseRight {
    background:transparent url(images/baseRight-ref.png) no-repeat scroll left top;
    #background:transparent url(images/baseRight-ref.gif) no-repeat scroll left top;
    float:left;
    height:208px;
    width:30px;
}
#Content {
    background:transparent url(images/ref-content.png) repeat-y scroll 0 0;
    margin-top:6px;
}
#ContentInner {
    background:transparent url(images/ref-content-inside.png) no-repeat scroll center top;
    padding-top:20px;
}
#Logo {
    background:url(images/ref-logo.jpg);
	width:142px;
	height:64px;
	margin:0px;
	padding:0px;
	text-indent:-3000px;
	float:left;
}
#RefBack {
	background:url(images/ref-back.jpg) top;
	width:179px;
	height:30px;
	display:block;
	float:right;
}
	#RefBack:hover {
		background:url(images/ref-back.jpg) bottom;	
	}
