/* CSS Document */
body {
	background-color:#333333;
	font-family:arial, helvetica, sans-serif;
	font-size: large;	
}
.holder {
	position:relative;
	left:0px;
	top:20px;
	width:900px;
	height:1000px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	border-top:thin; color:#000000;
}
.nav {
	position:absolute;
	left:0px;
	top:40px;
	width:900px;
	height:1px;
	z-index:3;
}
.bgImage {
	position:absolute;
	left:0px;
	top:89px;
	width:900px;
	height:800px;
	z-index:2;
	
}

.lookbook {
	position:absolute;
	left:4px;
	top:67px;
	width:891px;
	height:805px;
	z-index:2;
	overflow-x: hidden;
	overflow-y: auto;
}



.divider {
	position:absolute;
	left:2px;
	top:282px;
	width:900px;
	height:44px;
	z-index:2;
}


.indexnav {
	position:absolute;
	left:0px;
	top:287px;
	width:900px;
	height:71px;
	z-index:2;
}


.header {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:45px;
	z-index:2;
}

a:link {
color: #ffffff;
}
a:hover {
color: #ffffff;
}
a:visited {
color:#cccccc;
}
a:active {color:#fffff;}

