body {
	background: #000000
	}

div.pageset {
	position: relative;
	width: 700px; 
	height: 525px; 
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px; 
	background-image: url("/images/splash_bkgd.jpg");
	color: #000000
	}

div.linkcontainer {
	position: absolute;
	top: 300px;	
	width: 100%;
	background: transparent;
	}

div.left {
	float: left;
	height: 225px;
	width: 200px;
	background: transparent;
	}
div.left a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("/images/lnk_megan.gif") 0 0 no-repeat;
	}
div.left a:hover {
	background-image: url("/images/sel_megan.gif")
	}

div.middle {
	float: left;
	height: 225px;
	width: 210px;
	background: transparent;
	}
div.middle a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("/images/lnk_mook.gif") 0 0 no-repeat;
	}
div.middle a:hover {
	background-image: url("/images/sel_mook.gif")
	}

div.right {
	float: left;
	height: 225px;
	width: 200px;
	background: transparent;
	}
div.right a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("/images/lnk_derek.gif") 0 0 no-repeat;
	}
div.right a:hover {
	background-image: url("/images/sel_derek.gif")
	}

div.validator {
	position: absolute;
	right: 0px;
	bottom: 0px;
	}

img {
	border-width: 0px;
	}

