function main()
	Is3D( FALSE );

	AddBackground( "CorryOffice\\desktop" );

	-- Hotspot
	AddSprite( HMyComputerIcon, 57,  71, 42, 37, nil, ACTIVE, 0, 0, CorryOfficeDenied );
	AddSprite( HFodlersIcon,    57, 136, 42, 37, nil, ACTIVE, 0, 0, CorryOfficeDenied );
	AddSprite( HMyInboxIcon,    57, 198, 42, 37, nil, ACTIVE, 0, 0, CorryOfficeMailbox );
end


