/* CSS Document */body       {		background-color: #ffffff;              }#indeximage		{	position:     absolute;       top:          100px;       left:         50%;/*some magic to align the element in the center;       width:        1000px;*/       margin-left:  -380px;/* half of the width */		}