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

html {
  min-height: 100%;
  background-size: cover; 
  background-image: url(img/bgimg.gif);
  background-repeat: no-repeat;
  background-position: center  top;
}
body{
  min-height:100%;
  color: #fff;
}

H1 {
	color:#999;
}

p {
	font-size:0.9em;
	color:#666;
}

#mainbox {
  position: absolute;
  text-align:center;
  top: 50%; left: 50%;
  margin-top: -150px; margin-left: -350px;
  width: 700px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
}

#mainbox img{
	margin-bottom:20px;
	}
