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

html {
	height: 100%;
}
body {
	background-color: #ffffff;
	margin: 0px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	/* see index css for client specific graphics paths */
	position: relative;
	margin: 0 auto;
	width: 984px;
	height: 745px;
	overflow: hidden;
	background-image: url(../images/WB-splash-bg-60.jpg);
	z-index:1;
}
#poetic-unsel {
	position: absolute;
	width: 195px;
	height: 255px;
	left: 0px;
	top: 0px;
	z-index:2;
}
#rhetoric-unsel {
	position: absolute;
	width: 198px;
	height: 259px;
	left:71px;
	top: 101px;
	z-index:4;
}
#poetic-sel-up {
	position: absolute;
	width: 195px;
	height: 255px;
	left: 0px;
	top: 0px;
	z-index:6;
}

#rhetoric-sel-up {
	position: absolute;
	width: 198px;
	height: 259px;
	left:71px;
	top: 101px;
	z-index:8;
}

#sciencia-unsel {
	position: absolute;
	width: 246px;
	height: 279px;
	left:740px;
	top: 28px;
	z-index:2;
}

#designa-unsel {
	position: absolute;
	width: 246px;
	height: 279px;
	left:746px;
	top: 32px;
	z-index:4;
}
#sciencia-sel-up {
	position: absolute;
	width: 246px;
	height: 279px;
	left:740px;
	top: 28px;
	z-index:6;
}

#designa-sel-up {
	position: absolute;
	width: 246px;
	height: 279px;
	left:746px;
	top: 32px;
	z-index:8;
}

#epic-bind-ups {
	position: absolute;
	width: 170px;
	height: 62px;
	left:777px;
	top: 280px;
	background-image:url(../images/epic-bind-ups.png);
	z-index:3;
}
#sciencia-title {
	position: absolute;
	width: 150px;
	height: 63px;
	left:777px;
	top: 280px;
	z-index:4;
}
#designa-title {
	position: absolute;
	width: 136px;
	height: 63px;
	left:793px;
	top: 280px;
	z-index:3;
}

#new-crystal-cave {
	position: absolute;
	width: 318px;
	height: 322px;
	left:0px;
	top: 321px;
	z-index:2;
}

#altair-penrose-unsel {
	position: absolute;
	width: 207px;
	height: 220px;
	left:100px;
	top: 375px;
	z-index:4;
}

#altair-islamic-sel-up {
	position: absolute;
	width: 212px;
	height: 212px;
	left:0px;
	top: 351px;
	z-index:6;
}

#altair-penrose-sel-up {
	position: absolute;
	width: 207px;
	height: 220px;
	left:100px;
	top: 375px;
	z-index:8;
}

#new-altair-design-off {
	position: absolute;
	width: 279px;
	height: 78px;
	left: 0px;
	top: 561px;
	background-image: url(../images/new-altair-design-off.png);
	z-index: 2;
}

#new-altair-design-on {
	position: absolute;
	width: 279px;
	height: 78px;
	left:0px;
	top: 561px;
	z-index:1;
}

#main-series-unsel {
	position: absolute;
	width: 413px;
	height: 292px;
	left:294px;
	top: 409px;
	z-index:5;
}

#box-set-unsel {
	position: absolute;
	width: 270px;
	height: 317px;
	left:714px;
	top: 332px;
	z-index:6;
}

#venus-poster-unsel {
	position: absolute;
	width: 205px;
	height: 77px;
	left:156px;
	top: 641px;
	z-index:7;
}

#other-books-unsel {
	position: absolute;
	width: 205px;
	height: 77px;
	left:625px;
	top: 641px;
	z-index:8;
}

#links-unsel {
	position: absolute;
	width: 71px;
	height: 49px;
	left:0px;
	top: 696px;
	z-index:2;
}

#contact-unsel {
	position: absolute;
	width: 84px;
	height: 49px;
	left:900px;
	top: 696px;
	z-index:2;
}

#loggedInMessage {
	position: absolute;
	width: 500px;
	left: 100px;
	bottom: 35px;
}

a img {
	border: 0px;
}
