@charset "utf-8";
/* CSS Document */

html{
height: 100%;
  margin: 0;
  padding: 0;
   background-color:#ebebeb;

}
body {
/*height: 100%;*/

  margin: 0;
  padding: 0;
  background-image:url(../site_image/bg_main.jpg);
  background-size: cover;
  background-position: center;
/*background-attachment: fixed;*/
background-color:#ebebeb;
min-height: 100vh;
}

#table_space{
margin-bottom:10%;	
	
}

.box{
height:100%;	
	
}

.uk-button-large-custom {
    min-height: 60px;
    padding: 20px 30px;
    /*line-height: 60px;*/
    font-size: 20px;
}