#outercenter {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}
    
#containercenter {
    width: 430px;
    height: 400px;
	padding: 0px;
    margin-left: -215px;
    position: absolute;
    top: -200px;
    left: 50%;
    }