﻿.HeaderContainer{
    width: 100%;
}
.FooterContainer{
    height: 30px;
    width: 100%;
    color:#ff0000
}
.RightLay{
    height:100%;
    width: 210px;
    display:table-cell;
    vertical-align: top;
}
.LeftLay{
	height:100%;
    width: 210px;
    display:table-cell;
    vertical-align: top;
}