@charset "UTF-8";
/* CSS Document HOMEPAGE */

body {
	background-color:#f19002;
}
/* Mobile (Portrait) */
@media only screen and (max-width: 767px) {
body {	background-image:none;}
}

/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body {	background-image:none;}
}