@import "theme.css";

.body-full{
  height: 100%;
  background-color: #000000;
  background: url("../images/background/background_dark.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:0;
  padding:0;
  overflow:hidden;
  display: flex;
  min-width: 1200px;
  min-height: 1000px;
}

.body-main{
  width: 100%;
  height: 800px;
  margin: 0px; 
}

.body-init-page{ 
  height: 800;
  margin: 0px;
}

.body-no-margin{
  margin: 0px; 
  border-width: 0px; 
  min-width: 1200px;
  min-height: 850px;
}

.body-margin{
  margin: 0px;
  margin-top: 82px;
  border-width: 0px;
}