body {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center center;
	background-color: #F4DCAC;
}
.wrapper {
	height: 100%;
	width: 100%;
}
.splash {
	background-image: url(splash.png);
	background-repeat: no-repeat;
	height: 499px;
	width: 603px;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
}
a:visited {
}
.wrkbg {
	background-image: url(images/wrk_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 670px;
	width: 670px;
}
.wrkpos {
	height: 670px;
	width: 670px;
}
