@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	margin: 0 auto;
}

div#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

div#contents {
	position: relative;
	margin: 0px auto;
	width: 880px;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}

body > #container {
	height: auto;
}
 
div#contents {
	height: 620px;
	padding-bottom: 60px;
}


#footer {
	position: absolute;
	left: 0;
	height: 60px;
	width: 100%;
	text-align: center;
	bottom: 0px;
	background: #4B4B4B;
	overflow: hodden;
}
#footer img {
	margin: 0px auto;
}