body {
	background-attachment: fixed;
	background-image: url(imgs/bkrnd.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #010006;
	margin: 0px;
	padding: 0px;
}
.bodyoverlay {
	background-attachment: scroll;
	background-image: url(imgs/bkrndoverlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: 100%;
}
.navagation {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
.bodybg {
	background-attachment: scroll;
	background-image: url(bodybg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 525px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.subnav {
	height: 30px;
	width: 100%;
}
.tablepadding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 7px;
}
.domainchecktable {
	background-attachment: scroll;
	background-image: url(imgs/textarea.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.domainchecktextfield {
	background-attachment: scroll;
	background-image: url(imgs/textarea.png);
	background-repeat: no-repeat;
	background-position: -15px -14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	vertical-align: baseline;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-left: 0px;
	padding-left: 5px;
	width: 200px;
}
.domainchecktextfieldsubmit{
	background-attachment: scroll;
	background-image: url(imgs/textarea.png);
	background-repeat: no-repeat;
	background-position: -245px -15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
	margin-left: 0px;
	padding-left: 5px;
	line-height: -4px;
	width: 30px;
}
