#waseparator {
	width: 100%;
	height: 400px;
	position: relative;
}
#waseparator .wabg {
	background: url(1920x900.jpg) repeat center;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 400px;
}
@media (max-width: 960px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#waseparator .wabg {
	background: url(1024x900.jpg) repeat center;
}
}
@media only screen and (max-width: 479px) {
#waseparator .wabg {
	background: url(1024x900.jpg) repeat center;
}
}
