@charset "UTF-8";
/* CSS Document */
body{
	height:100%;
	position:relative;
}

html,body{
	    height: 100%;
	}
	
div#contentsWrap{

	position: relative;
	min-height: 100%;
	height: auto !important;
}

#bottomBox{
	position: absolute;

	    bottom: 0;

	    width: 100%;
	    height: 170px
}

#cotents{
	padding-bottom:170px;
	min-height:auto;
}

#box_01{
	float:none;
	text-align:center;
}


