/* CSS Document */
body{
    margin:0px;
	padding:0px;
	font-size:12px;
	line-height:25px;
	background:#fafafa url(index.webp) center center no-repeat;
	height:100%;
}
html { height:100%;}
@media only screen and (max-width: 640px) {
	body {background-size:100% auto;}
}
