function main()
	Is3D( FALSE );

	AddBackground( "cell\\13_cell_estab" );

	AddSprite( OKatyCell, 40, 24, 160, 360, nil, VISIBLE+ACTIVE, 1, 2, CellKatyCloseup );
	AddSprite( Leda, 236, 32, 256, 352, nil, VISIBLE+ACTIVE, 5, 6 );

end