* {
	margin: 0px;
	padding: 0px;
	border: 0px none black;
	font-size: 100%;
}

div {
	position: relative;
	top: 0px;
	left: 0px;
}

html {
	overflow: auto;
}

body, html {
	min-height: 100%;
	min-width: 100%;
}

