@import url('menu.css');

* {

}
html {
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  background: rgb(48, 48, 48);
  height: 100%;
}

.main {
  width: 992px;
  margin: 0 auto;
}

div#miss {
  height: 310px;
  clear:both;
  position:relative;
  width: 362px;
  margin: 0 auto;
  left: 330px;
}
div#miss #missContent {
  background-image: url('../images/miss.jpg');
  height: 310px;
  width: 362px;
  float: right;
  position: relative;
}
.header {
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  height: 300px;
}

div.content {
  position: relative;
  height: 100px;
  background-image: url('../images/content.jpg');
  background-repeat: no-repeat;
  height: 378px;

}

.up {
  background: rgb(81, 81, 81);
  min-height: 30px;
}

.down {
  background: rgb(48, 48, 48);
  min-height: 30px;
}

.wrapper {
  height:auto !important;
  margin:0 auto -310px;
  min-height:100%;
  position:relative;
  width:990px;
}

.content #onlineShop {
  display: block;
  width: 374px;
  padding-top: 81px;
  height: 0;
  overflow: hidden;
  position: relative;
  left: 125px;
}

