#container {
        position: absolute;
	min-height: 100%;
        width: 900px;
        top: 0px;
        left: 50%;
        margin-left:-450px;
        background-image: url("./bgtile.png");
        z-index: 0;
}
