@charset "utf-8";

html,
body {
	height:100%;
	width:100%;	
	overflow:auto;
	margin:0;
	padding:0;
	background-image:url(../images/texture.jpg);
	}
div {
	position:absolute;
	height:100%;
	width:100%;	
	text-align:center;
	}

