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


body {
	background-color: #fff;
	margin: 0;
	margin: 0vw;
	padding: 0px; /*fallback just in case vw doesn't work*/
	padding: 0vw;
	text-align: left;
	color: #000;
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
}


.bg {
    width: 100%;
    z-index: 0;
    border-bottom: 3px solid #060;
}





