html {
 	height:100%;
    }

body {
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
 	position:relative;
	background: #f0f0f0;
	text-align: center;
	/*clip: rect(auto,950px,auto,auto);
	overflow-x: hidden*/
}