body {
	background-color: #fff6ec;
	background-image: none;
	}
	
#center {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	height: 398px;
	background: transparent url(../img/ksw2_ld.jpg) no-repeat top left;
	}

#nav {
	position: absolute;
	left: 50%; 
	margin-top: 10px;
	margin-left: 224px;
	top: 85px;
	width: 100px;
	}

#nav a { font-weight: bold; color: #8c0031; }
#nav a:hover { background-color: white; }

#nav ul {
	left: -130px;
	background-color: white;
	border: 1px solid white;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	}
	
#nav ul li a:hover {
	background-color: #faf2e8;
	}

#nav ul li ul {display: none;}
#nav li:hover ul ul, #nav li.sfhover ul ul {display: none;}
	
#ldfooter {
	position: absolute;
	left: 50%;
	margin-left: 170px;
	top: 570px;
	width: 200px;
	text-align: right;
	font-size: 10px;
	color: black /*#9b9783*/;
	line-height: 1.25em;
	font-family: verdana, arial, sans-serif;
	}

#ldcontent {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 398px;
	width: 420px;
	padding: 14px 300px 0px 40px;
	background: transparent url(../img/ksw2_ldcontent.jpg) no-repeat top left;
	}
	
#uncork {
	position: absolute;
	left: 50%;
	margin-left: 220px;
	top: 635px;
	width: 150px;
	}
	
#credit {
	width: 100%; 
	float: left; 
	color: #888;
	position:relative; 
	margin-top: 20px; 
	border-top: 1px solid #888; 
	text-align: center; 
	font: normal 10px verdana, sans-serif;
	}
	
#credit a {
	color: #888;
	}