html, body {  
	background:url(Images/PageTopBG.jpg) repeat-x top;
	width:100%;
	min-height:300px;
}
#InnerWrapper {
	width:1250px;
	margin:0 auto;
}

#RightColumn {
	width:225px;
	float:right;
	min-height:100px;
	padding-right:20px;
}
a#Feedback {
	display:block;
	float:left;
	width:228px;
	height:155px;
	margin:0 16px;
	text-indent:-9999px;
	background:url(Images/Feedback.jpg) no-repeat;
	display:inline; /* IE 6 bug fix */
}