@charset "utf-8";
body {background-image: var(--generalImage); background-color: var(--generalBackground);}
header, #xhelpframe {width: 430px; margin: 0 auto;}
header {background-image: var(--smallLogo); background-repeat: no-repeat; height: 70px;}
#xhelpframe {border: thin #996600 solid; padding: 10px;}
#xhelpframe table {width: 100%; clear:left;}
.btnbigclose {margin: 5px auto 0}
@media only screen and (max-width: 520px)
{
	header, #xhelpframe {width: 90%;}
}
