@charset "utf-8";
/* CSS Document */

html{
	background-color:#ffffff;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
body {
    background-color: rgba(255,255,255,0);
}
header { margin:5px auto 0 auto; height:auto; }


body{     -webkit-text-size-adjust: none;    }

        @media screen and (max-width: 700px){
            .rwd-break { display: none; }
        }






