@charset "utf-8";

html {
	overflow-x :hidden;
	overflow-y :auto;
}

body {
	margin:0 auto;
	padding:0;
	background-color:#000000;
}

