#home{
            margin:0 auto;
           width:95%;
}
#siderBar{
            min-height:200px;
           padding:0 5px 0 5px;
            margin-left:80%;
           -o-text-overflow:ellipsis;
             text-overflow:ellipsis;
            overflow:hidden;
             word-break:break-all;
            _margin-left:0;
            _width:240px;
            padding-bottom:20px;
}
#mainContent{
         min-height:200px;
         *padding-top:10px;
        -o-text-overflow:ellipsis;
          text-overflow:ellipsis;
          overflow:hidden;
             word-break:break-all;
           float:left;
            width:80%;
           background:#fff;
           
}
}
#navigator{
          background-color:#333;
         height:60px;
          clear:both;
         margin-top:10px;
         position:relative
       

}
@-webkit-keyframes shake {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.8;
    }
}

@keyframes shake {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.8;
    }
}

.shake {
    -webkit-animation: shake 2.2s infinite;
    animation: shake 2.2s infinite;
}
