body {
     margin:                     0 0 0 0;
     height:                     100%;
     text-align:                 center;
background-color:	#868686;
     }


#container {
        position:                relative;
        margin:                  auto;
        width:                   1000px;
        height:                  100%;
        top:                     100px;
        }


#layer2 {
        text-align:              left;
        position:                absolute;
        width:                   1000px;
        height:                  700px;
	left:			0px;
        top:                     0px;
        background-color:        #ffffff;

        }


