@charset "UTF-8";

html, body {
	height: 100%;
}

#container 	{
	width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
}
body > #container {
  height: auto;
}
#contents {
	padding-bottom: 35px;
}
#footer {
	width: 100%;
  position: absolute;
  bottom: 0;
  height: 35px;
}
#footer p {
  padding: 0;
}
