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



.background {
	background-image:url(../ui/back.jpg);
	background-size: 100% 100%;
	background-origin: content-box;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	height: 100%;
	min-width: 1024px;
	min-height:844px;
	background-repeat: no-repeat;
}

#logo {
	position:relative;
	float:left;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 267px;
	height: 86 px;
}

#topNavBox {
	float: right;
	z-index: 99;
	position: relative;
	padding-top: 28px;
	padding-right: 30px;
}


#pdf {	
	text-align: center;
	position: relative;
	padding-left: 610px;
	padding-top:5px;
}


#sideTitle {
	float:left;
	position:relative;
	padding-right:5px;
} 

#flash {
	width:760px;
	position:relative;
	float:right;
	z-index:120;
}

#lookbook {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding-top: 90px;
	width:800px;
} 
#container {
	height: 100%;
	width: 100%;
}
#flashDiv {
	overflow: auto;
	height: 100%;
	width: 100%;
	min-height: 550px;
	min-width: 950px;
}

html {
	margin: 0px;
	padding: 0px;
	}
	
#flashcontent {
		min-width: 1024px;
		min-height: 800px;
		
	}
	
 
body {
		margin: 0;
		padding: 0;
		background-color: #999999;
	}
 

