body {
	background-color:#000;
	font-size:1.1em;
	color:#ccc;
	margin:0;
}

#pgcont {
	position:relative;
	width:100%;
	min-width:1000px;
	max-width:2000px;
	height:100px;
	overflow:visible;
}

#title {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	min-width:1000px;
	max-width:2000px;
}

#title img {
	width:100%;
}

#menu {
	display:block;
	width:1000px;
	height:73px;
	margin:0 auto;
	text-align:center;
	whitespace:no-wrap;
}

#btn_home, #btn_fiction, #btn_gallery, #btn_games, #btn_goodies, #btn_links {
	background-position:left bottom; display:inline-block; height:73px; overflow:hidden; background-repeat:no-repeat; cursor:pointer;
}

#btn_home:hover, #btn_fiction:hover, #btn_gallery:hover, #btn_games:hover, #btn_goodies:hover, #btn_links:hover {
	background-position:left top;
}

#btn_home {width:158px; background-image:url('../images/btn_home.png');}
#btn_fiction {width:161px; background-image:url('../images/btn_fiction.png');}
#btn_gallery {width:172px; background-image:url('../images/btn_artwork.png');}
#btn_games {width:149px; background-image:url('../images/btn_games.png');}
#btn_goodies {width:180px; background-image:url('../images/btn_goodies.png');}
#btn_links {width:170px; background-image:url('../images/btn_links.png');}

#pgbody {
	display:block; width:900px; box-sizing:border-box; padding-bottom:75px; padding-left:10px; padding-right:10px; margin:0 auto;
	background-image:url('../images/footer.png'); background-position:center bottom; background-size:100% 72px;
	background-repeat:no-repeat;
}



/***** Shared styles *****/

table { border-collapse:collapse; }

th, td { padding:5px 10px; }

th { background-color:#222; border:1px solid #333; }

td { vertical-align:top; }

a:link {color:#35F;}
a:hover {color:#35F;}
a:active {color:#35F;}
a:visited {color:#63F;}

b, .b {font-weight:bold;}
i, .i {font-style:italic;}
u, .u {text-decoration:underline;}
