@charset "utf-8";
/* CSS Document */

#menu_container {
    font-size: 16px;
}
#topNav {max-width: 100%!important; }
div#content, div.content {
    background-color: #fff;
	background:url('bg2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
}

@media only screen and (max-width: 1500px) {
	div#content, div.content {
		background-size: 120%;
	}
}
@media only screen and (max-width: 1280px) {
	div#content, div.content {
		background-size: 130%;
	}
}
@media only screen and (max-width: 1150px) {
	div#content, div.content {
		background-size: 140%;
	}
}
@media only screen and (max-width: 1080px) {
	div#content, div.content {
		background-size: 150%;
	}
}
@media only screen and (max-width: 1000px) {
	div#content, div.content {
		background-size: 160%;
	}
}
@media only screen and (max-width: 920px) {
	div#content, div.content {
		background-size: 170%;
	}
}
@media only screen and (max-width: 850px) {
	div#content, div.content {
		background-size: 200%;
	}
}