@charset "UTF-8";
/* CSS Document */

a:link {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline;color:#000000;}
a:active {text-decoration: none;color:#000000;}
a:visited {text-decoration: none;color:#000000;}

html, body {
    height: 100%;
	padding: 0;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}


body {
	margin: 0 auto;
	background-color: #FFF;
}

#box {
	background-color:#FFF;
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	}

a {text-decoration: none;
color:#000000;}

#nav {
	height: 19px;
	padding-top: 40px;
	width:940px;
	}

.nav1 {
	display: block;
	height: 19px;
	width: 345px;
	background-repeat: no-repeat;
	background-image:url(imgs/wonderpussoctopusink.png);
	float: left;
	position:relative;
	z-index: 4;
}

.nav-hr {
	display: block;
	height: 19px;
	width: 157px;
	background-repeat: no-repeat;
	background-image:url(imgs/hr.png);
	float: left;
	position: relative;
	z-index: 4;
	margin-left:15px;
}

.nav-art {
	display: block;
	height: 19px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:url(imgs/art.png);
	float: left;
	position: relative;
	z-index: 4;
	margin-left:20px;
}

.nav-art2 {
	display: block;
	height: 19px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:url(imgs/art2.png);
	float: left;
	position: relative;
	z-index: 4;
	margin-left:20px;
}

.nav-film {
	display: block;
	height: 19px;
	width: 58px;
	background-repeat: no-repeat;
	background-image:url(imgs/film.png);
	float: left;
	position: relative;
	z-index: 4;
	margin-left:31px;
}

.nav-film2 {
	display: block;
	height: 19px;
	width: 58px;
	background-repeat: no-repeat;
	background-image:url(imgs/film2.png);
	float: left;
	position: relative;
	z-index: 4;
	margin-left:31px;
}

.nav-contact {
	display: block;
	height: 19px;
	width: 109px;
	background-repeat: no-repeat;
	background-image:url(imgs/contact.png);
	float: left;
	position: relative;
	z-index: 4;
	margin-left:21px;
}

.show {
	display:block;
	height: 600px;
	width: 800px;
}

.oct {
	display: block;
	height: 602px;
	width: 800px;
	background-repeat: no-repeat;
	background-image:url(imgs/oct_new2.gif);
	top:-10px;
	position:relative;
	z-index:2;
	left:65px;
}
