@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:numuseumFont;
}
#top{
	position: relative;
	width: 100%;
	background: white;
	text-align:center;
	font-size:50px;
}

#main{
	position: relative;
	width: 100%;
	text-align:center;
	height:90%;
	color:#FF6600;
	padding-top:25px;
}
#footer{
	background-color:#fff;
	text-align:center;
	position: fixed; 
    width:100%;
    bottom:0;
}
#content{
	background-color:#fff;
	width:50%;
	min-width:400px;
	margin:auto;
	margin-top:50px;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
@font-face {
    font-family: numuseumFont;
    src: url(jaapokki-regular.woff);
}