body { 
	background: #fff url('../images/bg_home.gif') repeat-x 0 140px;
}

	#header {
		height: 415px;
	}
	
	#rotator {
		position: absolute;
		top: 120px;
		padding: 10px;
		width: 960px;
		height: 300px;
		background: url('../images/bg_rotator.png') no-repeat;
	}
		#rotator .image {
			position: absolute;
			left: 10px;
			top: 10px;
		}
		
		#rotator .text {
			position: absolute;
			left:640px;
			top: 10px;
		}
		
			#rotator .text a{
				display: block;
				width: 285px;
				padding: 7px 10px 10px 35px;
				height: 58px;
				color: #fff;
				font-size: 14px;
				background: url('../images/ro_text_inactive.png') no-repeat;
			}
			
			#rotator .text a:hover, #rotator .text a.current{
				background: url('../images/ro_text_active.png') no-repeat;
			}