html, body
{
    height: 100%;
    padding: 0;
  	margin: 0;
}

html, body, div{overflow: hidden;}

body {
 	position: relative;
 	background: url('bg.jpg') no-repeat;
 	background-size: cover;
 	background-position: center bottom;
}



h1, h1 img, .header-wrap{width: 500px;}

div.header, div.guide-zone{position: relative;}

.wrapper{position: relative; margin: 0 auto;}

a.guide-box {
  display: block;
  float: left;
  height: 170px;
  width: 200px;
  border: 5px solid black;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding-top: 30px;
}

a.guide-box:hover{
	background: #01c3c1;
	border: 5px solid #01c3c1;
	color: white;
}

span.enter-bn {
  margin-top: 50px;
  display: block;
  font-size: 24px;
}

.guide-wrap {
  position: relative;
  width: 700px;
  padding-left: 20px;
}

.guide-zone{margin-top: 60px;}