div.site{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	height:100%;	
	text-align: -moz-center;
	*text-align: center;
	
}

div.topbanner {
	position:relative;
	left:0px;
	cursor:hand;
	margin:0px;
	padding:0px;
	z-index:50;
	
}

div.disclaimer {
	position:relative;
	float: left;
	width:840px;
	height:20px;
	padding-left:0px;
	padding-right:0px;
    margin-top:5px;
	z-index: 2;
    text-align:right;
	background-color:#ffffff;
}

