
body {
	margin: 0px;
	font-family: Century Gothic, Arial, sans-serif;
	color: black;
	background: black;
	}
.skip-nav-link {
	display: inline-block;
	padding: 5px;
	width: 150px;
	text-align: center;
	position: absolute;
	left: -160px;
	top: 20px;
	background: rgba(255, 255, 255, 0.5);
	transform: translateX(0%);
	transition: transform 100ms ease-in;
}
.skip-nav-link:focus {
	transform: translateX(100%);
	
}
div {
	width: 100%;
	text-align: center;
	}
#nav {
	list-style-type: none;
	position: fixed;
	background: url(marble.jpg) right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	box-shadow: 0px 4px 8px #000000;
	}
#nav ul {
	text-align: center;
	margin: 20px;
	padding: 0px;
	}
#nav li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 110px;
	height: 30px;
}
#nav li a {
	width: 100px;
	height: 20px;
	margin: 0px;
	padding: 5px;
	display: inline-block;	
	background: none;
	color: #a27100;
	}
#nav li a:hover {
	color: #ffb200;
	}
ul, p {
	list-style-type: none;
	display: inline-block;
/*	background: rgba(255, 255, 255, 0.5);*/
	margin: 0px;
	padding: 40px 0px 40px 0px;
	text-align: center;
	}
p {
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	}
li {
	width: 60%;
	margin: 10px 0px 10px 0px;
	list-style-type: none;
	display: inline-block;
	text-align: left;
	}
a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	margin: 0px;
	padding: 10px;
	text-decoration: none;
	color: black;
	}
a:hover {
	background: white;
	background: rgba(255, 255, 255, 0.8);
	}
a.logo {
	font-weight: bold;
	color: #0005a2;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
#nav {
	}
#newvid {
	padding-top: 100px;
	background: black;
	}
#links {
	padding-top: 100px;
	background: url(bg01.jpg) left top no-repeat;
	}
#comics {
	background: url(bg02.jpg) right bottom no-repeat;
	}
#music {
	background: url(bg03a.jpg) right center no-repeat;
	}
#prices {
	background: url(bg05.jpg) center center no-repeat;
	text-align: center;
	color: white;
  text-shadow: 2px 2px 3px black;
	}
h1, h2 {
	margin: 0px;
}