@charset "utf-8";
@font-face {
	font-family: myf;
	src: url('swiss.ttf') , url('swiss.eot');
} 
@font-face {
	font-family: myf;
	font-style:italic;
	src: url('swissi.ttf') , url('swissi.eot');
} 

img {
	border:0;
}
html, body {
	height:100%;
	}
body {
	margin:0;
	font-family:myf;
	font-size:20px;
	background:#fff;
	overflow-x:hidden;
}
#top {
	position:fixed;
	top:0;
	width:100%;
	min-width:600px;
	height:200px;
	border-bottom:1px solid #888;
	background:url(k2.png);
	z-index:99;
}
#top h1 {
	margin:0 5%;
	font-size:70px;
	line-height:280px;
	font-weight:lighter;
	color:#fff;
}
#top nav {
	position:absolute;
	bottom:10px;
	right:8%;
}
#top a {
	display:block;
	font-size:45px;
	line-height:50px;
	color:#fff;
	text-decoration:none;
}
#top > a {
	position:absolute;
	display:block;
	bottom:9px;
	right:250px;
}
#top > a img {
	width:120px;
	height:24px;;
}
#bottom {
	position:absolute;
	top:100%;
	background:url(k2.png);
	z-index:50;
	text-align:center;
}
#bottom h2 {
	text-align:left;
	margin:0 10%;
	font-size:40px;
	line-height:60px;
	font-weight:lighter;
	color:#fff;
}
#bottom span {

}

#slide {
    position:fixed;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
	z-index:10;
	margin-bottom:-50%;
}
#slide img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    min-width:50%;
    min-height:50%;
}

#zoom {
	height:100%;
	width:100%;
	overflow-y:hidden;
	overflow-x:scroll;
	}
#zoom img{
	height:100%;
	}


