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

html, body{
	height:100%;
}

body{
	background:#333;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
