.html
{
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF),color-stop(100%, #1B1464));
	background: -webkit-linear-gradient(top,#FFFFFF ,#1B1464 100%);
	background: -moz-linear-gradient(top,#FFFFFF ,#1B1464 100%);
	background: -ms-linear-gradient(top,#FFFFFF ,#1B1464 100%);
	background: -o-linear-gradient(top,#FFFFFF ,#1B1464 100%);
	background: linear-gradient(to bottom,#FFFFFF ,#1B1464 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FF1B1464, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF1B1464', GradientType=0)";
}

#page
{
	z-index: 1;
	width: 920px;
	min-height: 90px;
	background: #1B1464 url("../images/u63-grad.png") repeat-x left top;
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF),color-stop(80%, #1B1464));
	background: -webkit-linear-gradient(top,#FFFFFF ,#1B1464 80%);
	background: -moz-linear-gradient(top,#FFFFFF ,#1B1464 80%);
	background: -ms-linear-gradient(top,#FFFFFF ,#1B1464 80%);
	background: -o-linear-gradient(top,#FFFFFF ,#1B1464 80%);
	background: linear-gradient(to bottom,#FFFFFF ,#1B1464 80%);
	border-style: none;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 390px;
}

#u89
{
	z-index: 2;
	width: 920px;
	height: 90px;
	background-color: transparent;
	position: relative;
}

#U91_animation
{
	width: 920px;
	height: 90px;
	border: none;
}

body
{
	padding-top: 36px;
	padding-bottom: 36px;
}

#page .verticalspacer
{
	clear: both;
}

