﻿* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#fullimg {
	width: 100%;
	height: auto;
	min-width: 800px;
	min-height: 100%;
	z-index: -1;
	position: fixed;
}
#fullimg img {
	width: 100%;
	height: auto;
	min-width: 800px;
	min-height: 100%;
	position: absolute;
}
