html, body, h1, h2, h3, p, ul, li, form, fieldset, legend, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	/*
	min-height: 640px;
	min-width: 990px;
	*/
	height: 100%;
}

/* background images */
div#image {
	position: fixed;
	z-index: -9;
	display: block;
}

div#image img {
	overflow: hidden;
	position: fixed;
}
