	*{
        margin: 0px;
        padding: 0px;
        }
        html,
        body    
		{
        height: 100%;
        width: 100%;
        overflow:hidden;
        _overflow: hidden;
        _overflow-y:scroll;
        }
        #container   
		 {
        height: 100%;
        width: 100%;
        overflow:hidden;
        _overflow-y:visible;
        }
        #content    
		{
        margin: 0px 0px 100px 0px;
		padding:0px 100px 0px 100px;
		text-align: -moz-center;
		overflow-y:scroll;
		_overflow-y:visible;
		height:100%;
        }
		#left
		{
		position: fixed;
       	_position: absolute;
        left: 0px;
       	top:0px;
		width:100px;
		height:100%;
		background:#ffffff;
		z-index:0;
		}
		#right
		{
		position: fixed;
       	_position: absolute;
        right: 0px;
       	top:0px;
		width:120px;
		height:100%;
		z-index:-100;
		}
        #footer   
		{
        position: fixed;
        _position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
		height:38px;
		z-index:1;
       	}
	   #bar
		{
		position: fixed;
       	_position: absolute;
        left: 0px;
       	bottom:0px;
		width:100%;
		_height:38px;
		}
		#bar_left
		{
		position: fixed;
       	_position: absolute;
        left: 0px;
       	bottom:0px;
		_height:38px;
		z-index:100;
		}
		#bar_center
		{
		position: fixed;
       	_position: absolute;
        left: 151px;
       	bottom:0px;
		width:100%;
		height:38px;
		_height:38px;
		z-index:100;
		}