/*===Footer Fix=============*/

body > #wrapper{
	height:auto;
}

*html #wrapper{
	/*background-color:red;*/
}

#qwerty #footer {
	visibility:hidden;
}

*html #contents,
*html #contents-en{
	position:relative;
}

#footer{
	background-color:#FFF;
	width:100%;
	height:54px;
	position:absolute !important;
	bottom:0 !important;
}

.information #footer ul,
.visualbook #footer ul{
	margin:0 auto;
	padding-top:30px;
	width:740px !important;
}

* html .visualbook #footer {
	_top: expression(document.all['header'].offsetHeight + document.all['main'].offsetHeight + 'px');
}
