/* UTF-8*/
@charset "utf-8";

html,
#wrap{
	height:100%;	
}

#wrap{
	min-height:100%;
}

body > #wrap {
    height: auto;
}

.image_box{
	
	height:100%;
	min-height:500px;	
	float:left;
}

.image_box img{
	float:left;	
	min-height:500px;
	max-height:800px;
	background:url(../common/images/loading.gif) no-repeat 10px 10px;	
}