/* home page css */
/*body { background-color: #000; }*/

#menuHolder {
	position: absolute;
	min-width: 996px;
	width: 100%;
	height: 561px;
	top: 50%;
	margin: -280px auto 0px auto;

	/*width: 996px;
	border: 2px solid #e39e27;*/

	border: none;
	border-top: 2px solid #e39e27;
	border-bottom: 2px solid #e39e27;
}

/* menu art */
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img#bkg {
	position: absolute;
	width: 100%;
	height: 100%;
}

#bkgMime {
	position: absolute;
	left: -815px;
	top: 0px;
	margin-left: 50%;
}

#bkgHairy {
	position: absolute;
	top: -50px;
	left: -326px;
	margin-left: 50%;
}

#puppetTitle {
	position: absolute;
	left: -479px;
	top: 0px;
	margin-left: 50%;
}

#puppetSkeleton {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* navigation and links */
nav {
	position: absolute;
	/*left: 36px;*/
	left: -473px; 
	top: 318px;
	width: 201px;
	height: 243px;
	margin-left: 50%;
}

#verticalLine {
	position: absolute;
	right: 0px;
	top: 0px;
}

nav ul {
	margin-top: 35px;
}

nav a {
	display: block;
	width: 177px;
	height: 31px;
	margin-top: 8px;
	text-indent: -9000px;
	background: no-repeat;
}

nav a:focus, nav a:hover { background-position: 0px -31px !important; }

nav a#marionettes { background: url(../images/btn_marionettes.png); }
nav a#chainsaw { background: url(../images/btn_chainsaw.png); }
nav a#available { background: url(../images/btn_available.png); }
nav a#about { background: url(../images/btn_about.png); }
nav a#contact { background: url(../images/btn_contact.png); }


/* copyright notice positioning */
#copyright {
	position: absolute;
	width: 100%;
	min-width: 996px;
	top: 50%;
	margin-top: 315px;
}