*{border:0;margin:0;padding:0;outline:0}
html,body{width:100%;height:100%;overflow:hidden}

#holder{position:absolute;width:200%;height:200%;top:-50%;left:-50%;}
#holder[id]{display:table}
#holder div{position:absolute;left:0;top:50%}
#holder[id] div{display:table-cell;vertical-align:middle;position:static}
#holder img{position:relative;top:-50%;margin:0 auto;display:block;-ms-interpolation-mode:bicubic;width:100%}
*:first-child+html #holder div{position:absolute}/*force IE 7 back to position:absoulte*/

#body{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;overflow:auto}

#header_start {
	width: auto;
	height: 110px;
	background-image:url(../img/header/start_top.png);
	background-repeat:repeat-x;
	border-bottom: #000 solid 1px;
	z-index:2;
}
#kw {
	position: fixed;
	right: 15px;
	bottom: 10px;
}

#link {
	width: 1000px;
	height: 700px;
}

#credit{
	position:fixed;
	bottom:10px;
	left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	color:#000;
	
}