body {
	background-color: #10100E;
	background-image: url(../sitepix/sitter.jpg); 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin:0;
	padding:0;
	color: #D9D4DE;}

#pagewrap {
	width: 80%;
	height: 600px;
	border: none;
	margin: 10% auto;
}

div#contentblock {
	text-align: center;
	height: 60%;
	margin: auto;
	width: 60%;
}

/* navigation menu **********************/
#navcontainer {
	/* padding-top: 600px; */
	position: absolute; /*must say this b/c IE is silly */
	top: 90%;
	left: auto;
	width: 80%;
	right: auto;
}
body>div#navcontainer {position: fixed} /* fixes code to fixed for smarter-than-IE browsers */

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #272C30;
	color: White;
	float: left;
	width: 100%;
	font-family: trebuchet, arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #272C30;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

/* footer **********************/
#footer {
	/* padding-top: 600px; */
	position: absolute; /*must say this b/c IE is silly */
	top: 95%;
	left: auto;
	width: 80%;
	right: auto;
	color: #9887A8;
	font-size: 10px;
	text-align: center;
}
body>div#footer {position: fixed} /* fixes code to fixed for smarter-than-IE browsers */

h1 {
	font-family: fantasy;
}
	
a {
color: #9887A8;
}