* {
	font-family:arial,helvetica,sans-serif;
}

html {
	height:100%;
}

body {
	background-color:rgb(88,79,70);
	padding:10px;
	margin:0px;
	height:100%;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form {
	margin:0px;
	padding:0px;
}


.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
