@charset "utf-8";
.bodyimage {
	background-attachment: fixed;
	background-image: url(images/doombackground.jpg);
	background-position: center center;
	position: static;
	width: 100%;
	height: 100%;
	overflow: auto;
	left: 25%;
	top: auto;
	float: none;
	min-width: 100%;
	min-height: 100%;
	visibility: inherit;
	color: #0F0;
}
body {
	background-attachment: fixed;
	background-image: url(images/doombackground.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	position: static;
	visibility: hidden;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	padding: 0%;
	float: none;
	z-index: 0;
}
