  * html
    {
	background-image: url(../images/CIT-Background.jpg);
	background-repeat: no-repeat;
	background-position: -332px 0px;
	background-attachment: fixed;	/*background-color: #99ccff;*/
	}
html
{
	_overflow:hidden;
	_overflow-x:hidden;
	_overflow-y:auto;
	!overflow:hidden;
	!overflow-x:hidden;
	!overflow-y:auto;

}
body
{
	background-image: url(../images/CIT-Background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: absolute;
	top: 0px;
	width: 1921px;
	margin-top: 0px;
	left: 50%;
	min-height: 100%;
	margin-left: -962px;
	height: 100%;
	overflow-y:auto;
	overflow-y:-moz-scrollbars-none;
	z-index: 0;
	background-attachment: fixed;
}

.bodyformat
{	background-image: url(../images/CIT-Background.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	_background-position: 100% 0%;
	!background-position: 100% 0%; 
}