* {
	margin:0;
	padding:0;
	}


html, body {
	margin:0; 
	padding:0; 
	height:100%; 
	}
	
/*#image {
	background-image: url(wood_texture.jpg);
	background-repeat: x-repeat;
	width: 100%;
	height: 100%;
	 
	position: absolute;
	top: 0;
	left: 0;}