@import "baseStyle.less";
/*-----------------------------------------------------------------------------*/
html
{
  background-color: #333333;
  .font;
}

html, body {
height: 100%;
}

#mainContainer
{
  position:relative;
  overflow:hidden;
  background-color: #FFF;
  height:100%;
  width:1024px;
  left:50%;
  margin-left:-512px;  
}

.headerBlock
{
  position:absolute;
  top:0;
  width:980px;
  margin-left:22px;
  height:50px;
}
.contentBlock
{
  position: absolute;
  top:70px;
  left:0;
  margin-left:22px;
  width:980px;
}

.contentBlock .wrapper .content
{
  height:100%;
  width:980px;
  overflow: hidden;
}

.footerBlock
{
  position:absolute;
  bottom: 0;
  width:980px;
  margin-left:22px;
  height:70px;
}

.wrapper
{
  height:100%;
  width:100%;
  position: relative; 
}

/*-----------------------------------------------------------------------------*/