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

body {
	background-color:#f7eee9;
}

.highlight
{ background:url(../images/60pc-white.png) repeat; border: 1px #000 solid; padding:7px; border-radius:5px;}

/* 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;}
}