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

body {
	background: white url(images/bg.png) fixed repeat-x bottom;
	margin: 0px;
	padding: 0px;
	min-width: 900px;
}

img{
	border: none;
}

#logo{
	position:absolute;
	top:0px;
	left:0px;
}

#menu{
	position:relative;
	top:0px;
	margin:auto;
}

#contact{
	position: relative;
	padding-top: 80px;
	height: 800px;
	background:url(images/contact.png);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0px;
}
#gallery{
	position: relative;
	margin: auto;
	margin-top:60px;
	padding-top: 10px;
	background: url(images/pshadow.png) top left no-repeat;
	width: 820px;
	height: 650px;
}

#interactive{
	position: relative;
	margin: auto;
	margin-top:60px;
	padding-top: 10px;
	background: url(images/ishadow.png) top left no-repeat;
	width: 820px;
	height: 650px;
}		

#finish{
	position:relative;
	top: 650px;
}

#selectors {
	width: 800px;
	height: 31px;
	position: absolute;
	bottom: 35px;
	left: 10px;
	background: url(images/finish.png);
}
#selectors a { /*selectors*/
	display: block;
	float: left;
	width: 31px;
	height: 35px;
	border: none;
	background: url(images/sel-0.png) no-repeat;
	margin-left: 2px;
	margin-top: 7px;
}

#selectors a:hover, #selectors .active {

	background: url(images/sel-x.png) no-repeat;
}

#ctl {
	font-family: sans-serif;
	position: absolute;
	bottom: 35px;
	right: -15px;
	z-index: 10;
	width: 194px;
}

#next {
	color: white;
}
#previous {
	color: white;
}

#index{
	position: relative;
	padding-top: 80px;
	height: 800px;
	background:url(images/ink.png);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0px;
}
