body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	background-color: #646464;
	background-image: url(../image/bg_gradient.jpg);
	background-repeat: repeat-x;
	color: #646464;
	overflow-y: scroll;
}

#divCenter {
	width:100%;
	height:100%;
}

#divDisplay {
	margin-left: -450px;
	width: 900px;
	height: 100%;
	position: absolute;
	left: 50%;
	padding: 0px;
}

#divLogo {
	margin-top: 50px;
	margin-left: 291px;
	width: 287px;
	height: 21px;
}

#divLogo em {
	visibility: hidden;
}

#divLogo a {
	background-repeat: no-repeat;
	background-image: url(../image/logo_krcm.gif);
	height: 21px;
	width: 287px;
	display: block;
	text-decoration: none;
}


#divFlashContent {
	margin-top: 113px;
	width: 870px;
	height: 650px;	
}

#divFlashContextNoFlash {
	width: 870px;
	height: 610px;
	position: relative;
	background-image: url(../image/bg_noflash.jpg);
	background-repeat: repeat-x;
}

#divNoFlashRowLeft {
	width: 10px;
	height: 610px;
	float: left;
	background-image: url(../image/bg_noflashrowleft.jpg);
	background-repeat: no-repeat;
}

#divNoFlashRowRight {
	width: 10px;
	height: 610px;
	float: left;
	background-image: url(../image/bg_noflashrowright.jpg);
	background-repeat: no-repeat;
}

#divNoFlashContent {
	width: 850px;
	height: 610px;
	float: left;
	position: relative;
	background-image: url(../image/bg_noflashrowcontent.jpg);
	background-repeat: no-repeat;
}

#divNoFlashContentText {
	width: 600px;
	height:170px;
	top: 200px;
	left: 125px;
	position: absolute;
}

#divNoFlashContentLink {
	width: 870px;
	height: 90px;
	top: 555px;
	left: 0px;
	position: absolute;
}

#divNoFlashContentLinkLeft {
	width: 300px;
	height: 30px;
}

#divNoFlashContentLinkRight {
	width: 250px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
div.textLink {
	color: #ffffff;
}
#divNoFlashContentLinkRightImage {
	width: 156px;
	height: 30px;
	float: left;
	background-image: url(../image/screenLookbook.gif);
	background-repeat: no-repeat;
}

#divFlashContextImprint {
	background-color:#dddddd;
	padding: 20px;
}
