#css_filter {
	top: 1px !important;
}

#bodyimage, #bodyimage2 {
	background: url('../../../../rw_common/images/beach.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 120%;
	width: 100%;
	position: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
}