DIV.container {
    float: left;
    
    width: 100%;
}

DIV.container_layout {
    float: none;
    
    width: 955px;
    
    margin-left: auto;
    margin-right: auto;
}

DIV.container_layout DIV.layout {
	float: left;
	
	width: 955px;
}

DIV.container_layout DIV.layout_top {
	float: left;
	
	width: 955px;
    height: 340px;
}

DIV.container_layout DIV.layout_middle {
	float: left;
	
    width: 955px;
    height: auto;
    
    /*background-color: #FFFFFF;*/
}

DIV.container_layout DIV.layout_bottom {
	float: left;
    
	width: 955px;
    height: 190px;
    
    background-color: #666666;
}
